GNU bug report logs - #54070
28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings reference obsolete variables

Previous Next

Package: emacs;

Reported by: Raffael Stocker <r.stocker <at> mnet-mail.de>

Date: Sun, 20 Feb 2022 15:36:02 UTC

Severity: normal

Tags: patch

Found in version 28.0.91

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Raffael Stocker <r.stocker <at> mnet-mail.de>
Subject: bug#54070: closed (Re: bug#54070: 28.0.91; [PATCH] edebug-mode
 and edebug-eval-mode docstrings reference obsolete variables)
Date: Sun, 20 Feb 2022 15:54:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54070: 28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings reference obsolete variables

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54070 <at> debbugs.gnu.org.

-- 
54070: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54070
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Raffael Stocker <r.stocker <at> mnet-mail.de>
Cc: 54070-done <at> debbugs.gnu.org
Subject: Re: bug#54070: 28.0.91;
 [PATCH] edebug-mode and edebug-eval-mode docstrings reference
 obsolete variables
Date: Sun, 20 Feb 2022 17:53:53 +0200
> From: Raffael Stocker <r.stocker <at> mnet-mail.de>
> Date: Sun, 20 Feb 2022 16:13:46 +0100
> 
> The docstrings of ‘edebug-mode’ and ‘edebug-eval-mode’ reference the
> obsolete variables ‘global-edebug-prefix’ and ‘global-edebug-map’.

Thanks, I installed the patch on the emacs-28 branch.

[Message part 3 (message/rfc822, inline)]
From: Raffael Stocker <r.stocker <at> mnet-mail.de>
To: bug-gnu-emacs <at> gnu.org
Subject: 28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings
 reference obsolete variables
Date: Sun, 20 Feb 2022 16:13:46 +0100
[Message part 4 (text/plain, inline)]
The docstrings of ‘edebug-mode’ and ‘edebug-eval-mode’ reference the
obsolete variables ‘global-edebug-prefix’ and ‘global-edebug-map’.

[edebug-global-map-prefix.patch (text/x-patch, inline)]
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 273fa040d0..32dc600a1a 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -3902,8 +3902,8 @@ edebug-mode
 The edebug buffer commands:
 \\{edebug-mode-map}
 
-Global commands prefixed by `global-edebug-prefix':
-\\{global-edebug-map}
+Global commands prefixed by `edebug-global-prefix':
+\\{edebug-global-map}
 
 Options:
 `edebug-setup-hook'
@@ -4070,8 +4070,8 @@ edebug-eval-mode
 Eval list buffer commands:
 \\{edebug-eval-mode-map}
 
-Global commands prefixed by `global-edebug-prefix':
-\\{global-edebug-map}")
+Global commands prefixed by `edebug-global-prefix':
+\\{edebug-global-map}")
 
 ;;; Interface with standard debugger.
 

This bug report was last modified 3 years and 93 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.