emacs-diffs
[Top][All Lists]
Advanced

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

scratch/bulk-tracing 5397d684d8 4/4: * lisp/emacs-lisp/trace.el: Correct


From: Phil Sainty
Subject: scratch/bulk-tracing 5397d684d8 4/4: * lisp/emacs-lisp/trace.el: Correct outdated documentation
Date: Fri, 12 Aug 2022 08:53:56 -0400 (EDT)

branch: scratch/bulk-tracing
commit 5397d684d8a90c5d33607b0f1f6fe5f9bc4cd586
Author: Phil Sainty <psainty@orcon.net.nz>
Commit: Phil Sainty <psainty@orcon.net.nz>

    * lisp/emacs-lisp/trace.el: Correct outdated documentation
    
    Experimenting with `goto-char' and `re-search-backwards' indicates
    that this limitation no longer applies.  The rewrite using nadvice in
    commit 8b62d7427e12bbf07ab3454cc061a6b43ded56dd might have eliminated
    this issue.
---
 lisp/emacs-lisp/trace.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el
index fcc322ec67..a4fcfd50b0 100644
--- a/lisp/emacs-lisp/trace.el
+++ b/lisp/emacs-lisp/trace.el
@@ -40,8 +40,6 @@
 
 ;; Restrictions:
 ;; =============
-;; - Traced subrs when called interactively will always show nil as the
-;;   value of their arguments.
 ;; - Only functions/macros/subrs that are called via their function cell will
 ;;   generate trace output, hence, you won't get trace output for:
 ;;   + Subrs called directly from other subrs/C-code



reply via email to

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