aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorJuanma Barranquero2008-12-15 16:45:55 +0000
committerJuanma Barranquero2008-12-15 16:45:55 +0000
commitaf09cfd7a9ef909a4970ae84cabcd0b2ba8d1695 (patch)
tree395da72a18298270d5e1994b359be8fd311c9ab7 /lisp/textmodes
parent2364df5cff35f460f385889cc1ad6cf3141bb520 (diff)
downloademacs-af09cfd7a9ef909a4970ae84cabcd0b2ba8d1695.tar.gz
emacs-af09cfd7a9ef909a4970ae84cabcd0b2ba8d1695.zip
* face-remap.el (text-scale-mode-step, buffer-face-mode-face):
* icomplete.el (icomplete-prospects-height): * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/bibtex.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index e5e3f4d7693..f3932f4f9b4 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -948,7 +948,8 @@ Case is significant.
948Used by `bibtex-search-crossref' and for font-locking." 948Used by `bibtex-search-crossref' and for font-locking."
949 :group 'bibtex 949 :group 'bibtex
950 :type '(repeat (cons (regexp :tag "Regexp") 950 :type '(repeat (cons (regexp :tag "Regexp")
951 (integer :tag "Number")))) 951 (integer :tag "Number")))
952 :version "23.1")
952 953
953(defcustom bibtex-expand-strings nil 954(defcustom bibtex-expand-strings nil
954 "If non-nil, expand strings when extracting the content of a BibTeX field." 955 "If non-nil, expand strings when extracting the content of a BibTeX field."