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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/elp.el
Date: Tue, 02 Nov 2004 04:33:17 -0500

Index: emacs/lisp/emacs-lisp/elp.el
diff -c emacs/lisp/emacs-lisp/elp.el:1.29 emacs/lisp/emacs-lisp/elp.el:1.30
*** emacs/lisp/emacs-lisp/elp.el:1.29   Sat Oct 16 15:22:00 2004
--- emacs/lisp/emacs-lisp/elp.el        Tue Nov  2 09:27:26 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]