(Electric-buffer-menu-undefined): Pass proper format string to message.
This commit is contained in:
parent
952e8cb510
commit
2bb7c30c3d
1 changed files with 2 additions and 1 deletions
|
@ -239,7 +239,8 @@ Does not execute select, save, or delete commands."
|
|||
(defun Electric-buffer-menu-undefined ()
|
||||
(interactive)
|
||||
(ding)
|
||||
(message (if (and (eq (key-binding "\C-c\C-c") 'Electric-buffer-menu-quit)
|
||||
(message "%s"
|
||||
(if (and (eq (key-binding "\C-c\C-c") 'Electric-buffer-menu-quit)
|
||||
(eq (key-binding " ") 'Electric-buffer-menu-select)
|
||||
(eq (key-binding (char-to-string help-char)) 'Helper-help)
|
||||
(eq (key-binding "?") 'Helper-describe-bindings))
|
||||
|
|
Loading…
Add table
Reference in a new issue