Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2014-04-19 16:40:24 +02:00
commit f7c6cf6432
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ and `org-exclude-tags-from-inheritence'."
(bibtex-beginning-of-entry)
(if (re-search-forward "keywords.*=.*{\\(.*\\)}" nil t)
(progn (goto-char (match-end 1)) (insert ", "))
(bibtex-make-field "keywords" t t))
(ignore-errors (bibtex-make-field "keywords" t t)))
(insert (mapconcat #'identity tags ", ")))
(buffer-string))))))