diff lisp/textmodes/bibtex.el @ 100439:5de002dfa264

* 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.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 15 Dec 2008 16:45:55 +0000
parents c383ec0fd021
children a9dc0e7c3f2b
line wrap: on
line diff
--- a/lisp/textmodes/bibtex.el	Mon Dec 15 15:44:13 2008 +0000
+++ b/lisp/textmodes/bibtex.el	Mon Dec 15 16:45:55 2008 +0000
@@ -948,7 +948,8 @@
 Used by `bibtex-search-crossref' and for font-locking."
   :group 'bibtex
   :type '(repeat (cons (regexp :tag "Regexp")
-                       (integer :tag "Number"))))
+                       (integer :tag "Number")))
+  :version "23.1")
 
 (defcustom bibtex-expand-strings nil
   "If non-nil, expand strings when extracting the content of a BibTeX field."