1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Message format spec fixes (2)

This commit is contained in:
Deepak Goel 2005-09-18 12:28:30 +00:00
parent 8a26c16552
commit 5673af85e4
8 changed files with 26 additions and 22 deletions

View file

@ -3007,7 +3007,7 @@ entry (for example, the year parts of the keys)."
(cdr field-list))
t)))
(if comment
(message (nth 1 comment))
(message "%s" (nth 1 comment))
(message "No comment available")))))
(defun bibtex-make-field (field &optional move interactive)