emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/bibtex.el


From: Roland Winkler
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/bibtex.el
Date: Thu, 29 Dec 2005 17:10:53 +0000

Index: emacs/lisp/textmodes/bibtex.el
diff -u emacs/lisp/textmodes/bibtex.el:1.105 
emacs/lisp/textmodes/bibtex.el:1.106
--- emacs/lisp/textmodes/bibtex.el:1.105        Thu Dec 29 15:23:52 2005
+++ emacs/lisp/textmodes/bibtex.el      Thu Dec 29 17:10:53 2005
@@ -1415,9 +1415,9 @@
           (while (< (setq opoint (point)) epoint)
             (if (looking-at bibtex-field-const)
                 (let ((mtch (match-string-no-properties 0)))
-                  (push (if bibtex-expand-strings
-                            (cdr (assoc-string mtch (bibtex-strings) t))
-                          mtch) content)
+                  (push (or (if bibtex-expand-strings
+                                (cdr (assoc-string mtch (bibtex-strings) t)))
+                            mtch) content)
                   (goto-char (match-end 0)))
               (let ((bounds (bibtex-parse-field-string)))
                 (push (buffer-substring-no-properties




reply via email to

[Prev in Thread] Current Thread [Next in Thread]