auctex-diffs
[Top][All Lists]
Advanced

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

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


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex.el
Date: Wed, 07 Dec 2005 07:15:20 -0500

Index: auctex/tex.el
diff -u auctex/tex.el:5.550 auctex/tex.el:5.551
--- auctex/tex.el:5.550 Mon Dec  5 10:50:52 2005
+++ auctex/tex.el       Wed Dec  7 12:15:19 2005
@@ -1870,6 +1870,8 @@
   "String used as a closing brace for argument insertion.
 The variable will be temporarily let-bound with the necessary value.")
 
+(defvar TeX-macro-history nil)
+
 (defun TeX-insert-macro (symbol)
   "Insert TeX macro SYMBOL with completion.
 
@@ -1885,7 +1887,8 @@
                                              TeX-default-macro
                                              "): "
                                              TeX-esc)
-                                     (TeX-symbol-list))))
+                                     (TeX-symbol-list) nil nil nil
+                                     'TeX-macro-history)))
   (cond ((string-equal symbol "")
         (setq symbol TeX-default-macro))
        ((interactive-p)




reply via email to

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