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/elp.el [lexbind]


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

Index: emacs/lisp/emacs-lisp/elp.el
diff -c emacs/lisp/emacs-lisp/elp.el:1.26.4.3 
emacs/lisp/emacs-lisp/elp.el:1.26.4.4
*** emacs/lisp/emacs-lisp/elp.el:1.26.4.3       Mon Oct 25 04:22:29 2004
--- emacs/lisp/emacs-lisp/elp.el        Thu Nov  4 13:12:44 2004
***************
*** 257,263 ****
      (setq newguts (append newguts `((elp-wrapper
                                     (quote ,funsym)
                                     ,(when (commandp funsym)
!                                       '(interactive-p))
                                     args))))
      ;; to record profiling times, we set the symbol's function
      ;; definition so that it runs the elp-wrapper function with the
--- 257,263 ----
      (setq newguts (append newguts `((elp-wrapper
                                     (quote ,funsym)
                                     ,(when (commandp funsym)
!                                       '(called-interactively-p))
                                     args))))
      ;; to record profiling times, we set the symbol's function
      ;; definition so that it runs the elp-wrapper function with the




reply via email to

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