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"))
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs