From: Boris Goldowsky Date: Wed, 1 Mar 1995 15:43:27 +0000 (+0000) Subject: (bibtex-mode): Remove ^ from paragraph-start. X-Git-Tag: emacs-19.34~4989 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac0e96eb6e7aab3368836af7ee78ed939248a04e;p=emacs.git (bibtex-mode): Remove ^ from paragraph-start. --- 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." (error "File %s not in $BIBINPUTS paths" filename))))) bibtex-string-files) (make-local-variable 'paragraph-start) - (setq paragraph-start "^[ \f\n\t]*$") + (setq paragraph-start "[ \f\n\t]*$") (make-local-variable 'comment-start) (setq comment-start "%") (auto-fill-mode 1) ; nice alignments