auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/toolbar-x.el


From: Reiner Steib
Subject: [AUCTeX-diffs] Changes to auctex/toolbar-x.el
Date: Fri, 21 Oct 2005 11:12:19 -0400

Index: auctex/toolbar-x.el
diff -u auctex/toolbar-x.el:1.10 auctex/toolbar-x.el:1.11
--- auctex/toolbar-x.el:1.10    Thu Oct 20 21:04:22 2005
+++ auctex/toolbar-x.el Fri Oct 21 15:12:15 2005
@@ -1121,10 +1121,10 @@
   (let ((file))
     (dolist (i '("" ".xpm" ".xbm" ".pbm"))
       (unless file
-       (setq file (locate-library (concat filename i) t toolbarx-image-path))))
+       (setq file (locate-library (concat name i) t toolbarx-image-path))))
     (if (featurep 'xemacs)
        (and file (make-glyph file))
-      (if file       
+      (if file
          (create-image file)
        (find-image `((:type xpm :file ,(concat name ".xpm"))
                      (:type xbm :file ,(concat name ".xbm"))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]