1
Fork 0
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:
Karl Heuer 1996-01-29 23:17:49 +00:00
parent 523042554c
commit 76e4c0ba3f

View file

@ -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.