emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/advice.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/advice.el [lexbind]
Date: Thu, 04 Nov 2004 08:32:46 -0500

Index: emacs/lisp/emacs-lisp/advice.el
diff -c emacs/lisp/emacs-lisp/advice.el:1.32.2.3 
emacs/lisp/emacs-lisp/advice.el:1.32.2.4
*** emacs/lisp/emacs-lisp/advice.el:1.32.2.3    Thu Apr  1 04:29:03 2004
--- emacs/lisp/emacs-lisp/advice.el     Thu Nov  4 13:12:43 2004
***************
*** 3106,3112 ****
                          (not advised-interactive-form))
                     ;; Check whether we were called interactively
                     ;; in order to do proper prompting:
!                    `(if (interactive-p)
                          (call-interactively ',origname)
                        ,(ad-make-mapped-call orig-arglist
                                              advised-arglist
--- 3106,3112 ----
                          (not advised-interactive-form))
                     ;; Check whether we were called interactively
                     ;; in order to do proper prompting:
!                    `(if (called-interactively-p)
                          (call-interactively ',origname)
                        ,(ad-make-mapped-call orig-arglist
                                              advised-arglist




reply via email to

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