CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    08/07/28 21:11:23

Index: toolbar-x.el
===================================================================
RCS file: /cvsroot/auctex/auctex/toolbar-x.el,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- toolbar-x.el        1 May 2008 20:20:19 -0000       1.18
+++ toolbar-x.el        28 Jul 2008 21:11:23 -0000      1.19
@@ -117,7 +117,8 @@
 (defvar toolbarx-image-path
   (nconc
    (delq nil (mapcar #'(lambda(x)
-                        (and (member
+                        (and x
+                             (member
                               (file-name-nondirectory
                                (directory-file-name x))
                               '("toolbar" "images"))


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to