comparison lisp/textmodes/bibtex.el @ 90228:fa0da9b57058

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 542-553) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 116-121) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 19 Sep 2005 10:20:33 +0000
parents 2d92f5c9d6ae 703495630901
children aa89c814f853
comparison
equal deleted inserted replaced
90227:10fe5fadaf89 90228:fa0da9b57058
3005 (comment (assoc-string field-name 3005 (comment (assoc-string field-name
3006 (append (car field-list) 3006 (append (car field-list)
3007 (cdr field-list)) 3007 (cdr field-list))
3008 t))) 3008 t)))
3009 (if comment 3009 (if comment
3010 (message (nth 1 comment)) 3010 (message "%s" (nth 1 comment))
3011 (message "No comment available"))))) 3011 (message "No comment available")))))
3012 3012
3013 (defun bibtex-make-field (field &optional move interactive) 3013 (defun bibtex-make-field (field &optional move interactive)
3014 "Make a field named FIELD in current BibTeX entry. 3014 "Make a field named FIELD in current BibTeX entry.
3015 FIELD is either a string or a list of the form 3015 FIELD is either a string or a list of the form