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:
parent
8a26c16552
commit
5673af85e4
8 changed files with 26 additions and 22 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue