]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't show status message in Helper-describe-bindings
authorStefan Kangas <stefan@marxist.se>
Thu, 11 Aug 2022 12:32:18 +0000 (14:32 +0200)
committerStefan 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

index 654dbbc5fef34da4fd5c61123140fc1d0c869bf9..10bb2973253058d75f2c4af0cac46f468e30fbf3 100644 (file)
 (defun Helper-describe-bindings ()
   "Describe local key bindings of current mode."
   (interactive)
-  (message "Making binding list...")
   (save-window-excursion (describe-bindings))
   (Helper-help-scroller))