Allow global-edebug-prefix to be nil
* lisp/emacs-lisp/edebug.el (global-edebug-prefix): Allow global-edebug-prefix to be nil (if the user doesn't want that prefix) (bug#25188).
This commit is contained in:
parent
1204e7cb81
commit
a6dfd9145f
1 changed files with 3 additions and 2 deletions
|
@ -3748,8 +3748,9 @@ be installed in `emacs-lisp-mode-map'.")
|
|||
map)
|
||||
"Global map of edebug commands, available from any buffer.")
|
||||
|
||||
(global-unset-key global-edebug-prefix)
|
||||
(global-set-key global-edebug-prefix global-edebug-map)
|
||||
(when global-edebug-prefix
|
||||
(global-unset-key global-edebug-prefix)
|
||||
(global-set-key global-edebug-prefix global-edebug-map))
|
||||
|
||||
|
||||
(defun edebug-help ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue