mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
Don't show status message in Helper-describe-bindings
* lisp/emacs-lisp/helper.el (Helper-describe-bindings): Don't show status message.
This commit is contained in:
parent
f7438fc859
commit
89f5167379
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@
|
||||||
(defun Helper-describe-bindings ()
|
(defun Helper-describe-bindings ()
|
||||||
"Describe local key bindings of current mode."
|
"Describe local key bindings of current mode."
|
||||||
(interactive)
|
(interactive)
|
||||||
(message "Making binding list...")
|
|
||||||
(save-window-excursion (describe-bindings))
|
(save-window-excursion (describe-bindings))
|
||||||
(Helper-help-scroller))
|
(Helper-help-scroller))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue