mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(msb--choose-menu): Fix error format string.
This commit is contained in:
parent
523042554c
commit
76e4c0ba3f
1 changed files with 1 additions and 1 deletions
|
|
@ -663,7 +663,7 @@ If the argument is left out or nil, then the current buffer is considered."
|
|||
(format
|
||||
"In msb-menu-cond, error for buffer `%s'."
|
||||
(buffer-name buffer)))
|
||||
(error msb--error))))))
|
||||
(error "%s" msb--error))))))
|
||||
|
||||
;; Return (SORT-KEY TITLE . BUFFER-LIST) or nil if the
|
||||
;; buffer-list is empty.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue