projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7438fc
)
Don't show status message in Helper-describe-bindings
author
Stefan Kangas
<stefan@marxist.se>
Thu, 11 Aug 2022 12:32:18 +0000
(14:32 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Thu, 11 Aug 2022 12:35:23 +0000
(14:35 +0200)
* lisp/emacs-lisp/helper.el (Helper-describe-bindings): Don't show
status message.
lisp/emacs-lisp/helper.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/helper.el
b/lisp/emacs-lisp/helper.el
index 654dbbc5fef34da4fd5c61123140fc1d0c869bf9..10bb2973253058d75f2c4af0cac46f468e30fbf3 100644
(file)
--- a/
lisp/emacs-lisp/helper.el
+++ b/
lisp/emacs-lisp/helper.el
@@
-131,7
+131,6
@@
(defun Helper-describe-bindings ()
"Describe local key bindings of current mode."
(interactive)
- (message "Making binding list...")
(save-window-excursion (describe-bindings))
(Helper-help-scroller))