diff options
author | Glenn Morris <rgm@gnu.org> | 2013-01-08 20:01:57 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-01-08 20:01:57 -0800 |
commit | 9d4a179053a6fc56b763d74a794b061f3c3aa9fb (patch) | |
tree | 0e8575fff1ff92ca10b6f90553f24cd5521be2a0 /lisp/emacs-lisp | |
parent | fc2f15260798305e2b56bcd75a797047a38e3ad4 (diff) | |
download | emacs-9d4a179053a6fc56b763d74a794b061f3c3aa9fb.tar.gz emacs-9d4a179053a6fc56b763d74a794b061f3c3aa9fb.tar.bz2 emacs-9d4a179053a6fc56b763d74a794b061f3c3aa9fb.zip |
Remove some obsolete trace.el commentary
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/trace.el | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el index d2566b8cb9f..dc876ba0f07 100644 --- a/lisp/emacs-lisp/trace.el +++ b/lisp/emacs-lisp/trace.el @@ -38,11 +38,6 @@ ;; generation of trace output won't interfere with what you are currently ;; doing. -;; Requirement: -;; ============ -;; trace.el needs advice.el version 2.0 or later which you can get from the -;; same place from where you got trace.el. - ;; Restrictions: ;; ============= ;; - Traced subrs when called interactively will always show nil as the @@ -55,17 +50,6 @@ ;; + Macros that were expanded during compilation ;; - All the restrictions that apply to advice.el -;; Installation: -;; ============= -;; Put this file together with advice.el (version 2.0 or later) somewhere -;; into your Emacs `load-path', byte-compile it/them for efficiency, and -;; put the following autoload declarations into your .emacs -;; -;; (autoload 'trace-function "trace" "Trace a function" t) -;; (autoload 'trace-function-background "trace" "Trace a function" t) -;; -;; or explicitly load it with (require 'trace) or (load "trace"). - ;; Usage: ;; ====== ;; - To trace a function say `M-x trace-function' which will ask you for the |