Mercurial > emacs
changeset 7925:55a80566d955
(bibtex-mode): Set up comment-start locally.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 16 Jun 1994 15:12:52 +0000 |
parents | 63a2327f0783 |
children | b87f2c705501 |
files | lisp/textmodes/bibtex.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/bibtex.el Thu Jun 16 15:03:04 1994 +0000 +++ b/lisp/textmodes/bibtex.el Thu Jun 16 15:12:52 1994 +0000 @@ -699,6 +699,8 @@ (set-syntax-table bibtex-mode-syntax-table) (setq local-abbrev-table bibtex-mode-abbrev-table) (make-local-variable 'paragraph-start) + (make-local-variable 'comment-start) + (setq comment-start "%") (setq paragraph-start "^[ \f\n\t]*$") (auto-fill-mode 1) ; nice alignments (setq left-margin (+ bibtex-text-alignment 1))