aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Goldowsky1995-03-01 15:43:27 +0000
committerBoris Goldowsky1995-03-01 15:43:27 +0000
commitac0e96eb6e7aab3368836af7ee78ed939248a04e (patch)
tree7ee909f38bfad376a06353710d600bc7f6943401
parent8e32e928fe0427307d4f0856de7b08ce578ec5f1 (diff)
downloademacs-ac0e96eb6e7aab3368836af7ee78ed939248a04e.tar.gz
emacs-ac0e96eb6e7aab3368836af7ee78ed939248a04e.zip
(bibtex-mode): Remove ^ from paragraph-start.
-rw-r--r--lisp/textmodes/bibtex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index 75881ef2681..cb0f6533a66 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -1238,7 +1238,7 @@ non-nil."
1238 (error "File %s not in $BIBINPUTS paths" filename))))) 1238 (error "File %s not in $BIBINPUTS paths" filename)))))
1239 bibtex-string-files) 1239 bibtex-string-files)
1240 (make-local-variable 'paragraph-start) 1240 (make-local-variable 'paragraph-start)
1241 (setq paragraph-start "^[ \f\n\t]*$") 1241 (setq paragraph-start "[ \f\n\t]*$")
1242 (make-local-variable 'comment-start) 1242 (make-local-variable 'comment-start)
1243 (setq comment-start "%") 1243 (setq comment-start "%")
1244 (auto-fill-mode 1) ; nice alignments 1244 (auto-fill-mode 1) ; nice alignments