diff options
| -rw-r--r-- | lisp/textmodes/bibtex-style.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/bibtex-style.el b/lisp/textmodes/bibtex-style.el index 99c2f92cab0..ee1a4f7d659 100644 --- a/lisp/textmodes/bibtex-style.el +++ b/lisp/textmodes/bibtex-style.el | |||
| @@ -95,7 +95,8 @@ | |||
| 95 | 95 | ||
| 96 | (defcustom bibtex-style-indent-basic 2 | 96 | (defcustom bibtex-style-indent-basic 2 |
| 97 | "Basic amount of indentation to use in BibTeX Style mode." | 97 | "Basic amount of indentation to use in BibTeX Style mode." |
| 98 | :type 'integer) | 98 | :type 'integer |
| 99 | :group 'bibtex) | ||
| 99 | 100 | ||
| 100 | (defun bibtex-style-calculate-indentation (&optional virt) | 101 | (defun bibtex-style-calculate-indentation (&optional virt) |
| 101 | (or | 102 | (or |