diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/bibtex.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 229c06f7c4f..fa82227f36c 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -1193,6 +1193,7 @@ See `bibtex-generate-autokey' for details." The function must take one argument (the automatically generated key), and must return a string (the key to use)." :group 'bibtex-autokey + :version "28.1" :type 'function) (defcustom bibtex-entry-offset 0 |