emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111452: Remove some obsolete trace.e


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111452: Remove some obsolete trace.el commentary
Date: Tue, 08 Jan 2013 20:01:57 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111452
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-01-08 20:01:57 -0800
message:
  Remove some obsolete trace.el commentary
modified:
  lisp/emacs-lisp/trace.el
=== modified file 'lisp/emacs-lisp/trace.el'
--- a/lisp/emacs-lisp/trace.el  2013-01-02 16:13:04 +0000
+++ b/lisp/emacs-lisp/trace.el  2013-01-09 04:01:57 +0000
@@ -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


reply via email to

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