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)


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

Reply via email to