]> git.eshelyaron.com Git - emacs.git/commitdiff
(ad-special-forms): Add save-current-buffer
authorAndreas Schwab <schwab@suse.de>
Mon, 28 Dec 1998 10:10:22 +0000 (10:10 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 28 Dec 1998 10:10:22 +0000 (10:10 +0000)
and track-mouse.

lisp/emacs-lisp/advice.el

index 86dde11959420d56734beb636a131e717cf49424..51cc5e7444848b3edf6275df3abfc9356a94bbce 100644 (file)
@@ -2474,11 +2474,11 @@ will clear the cache."
 (defvar ad-special-forms
   (mapcar 'symbol-function
          '(and catch cond condition-case defconst defmacro
-                              defun defvar function if interactive let let*
-                              or prog1 prog2 progn quote save-excursion
-                               save-restriction save-window-excursion setq
-                              setq-default unwind-protect while
-                              with-output-to-temp-buffer)))
+               defun defvar function if interactive let let*
+               or prog1 prog2 progn quote save-current-buffer
+               save-excursion save-restriction save-window-excursion
+               setq setq-default track-mouse unwind-protect while
+               with-output-to-temp-buffer)))
 
 (defmacro ad-special-form-p (definition)
   ;;"non-nil if DEFINITION is a special form."