projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a975c87
)
edebug.el comment fix
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 27 Jul 2019 11:34:17 +0000
(13:34 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 27 Jul 2019 11:34:17 +0000
(13:34 +0200)
* lisp/emacs-lisp/edebug.el: Fix comment referring to non-existent
variable (bug#25188).
lisp/emacs-lisp/edebug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index 16830b79bd17538c0c62810fc4b727882fd73dc5..c898da3d39f17404c1b8b4a174a5a7be97b9cb5e 100644
(file)
--- a/
lisp/emacs-lisp/edebug.el
+++ b/
lisp/emacs-lisp/edebug.el
@@
-41,7
+41,7
@@
;; See the Emacs Lisp Reference Manual for more details.
;; If you wish to change the default edebug global command prefix, change:
-;; (setq
edebug-global
-prefix "\C-xX")
+;; (setq
global-edebug
-prefix "\C-xX")
;; Edebug was written by
;; Daniel LaLiberte