auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/tex-bar.el


From: David Kastrup
Subject: [AUCTeX-diffs] Changes to auctex/tex-bar.el
Date: Wed, 27 Apr 2005 12:16:43 -0400

Index: auctex/tex-bar.el
diff -u auctex/tex-bar.el:1.9 auctex/tex-bar.el:1.10
--- auctex/tex-bar.el:1.9       Sun Jan  9 18:28:26 2005
+++ auctex/tex-bar.el   Wed Apr 27 16:16:38 2005
@@ -188,6 +188,9 @@
 (defun LaTeX-install-toolbar ()
   "Install toolbar buttons for LaTeX mode."
   (interactive)
+  (require 'toolbar-x)
+  (add-to-list 'toolbarx-image-path
+              (expand-file-name "images" TeX-data-directory))
   (toolbarx-install-toolbar TeX-bar-LaTeX-buttons
                            (let ((append-list))
                              (dolist (elt TeX-bar-LaTeX-all-button-alists)




reply via email to

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