# HG changeset patch # User Boris Goldowsky # Date 794158497 0 # Node ID b808c61b7ee1386d29017a988fff83feceb5e7af # Parent 7872c31968be9ed328538f29fabb378bdc6301c7 (Edit-options-mode): Remove ^ from paragraph-start. diff -r 7872c31968be -r b808c61b7ee1 lisp/options.el --- a/lisp/options.el Thu Mar 02 15:32:57 1995 +0000 +++ b/lisp/options.el Thu Mar 02 15:34:57 1995 +0000 @@ -98,7 +98,7 @@ (make-local-variable 'paragraph-separate) (setq paragraph-separate "[^\^@-\^?]") (make-local-variable 'paragraph-start) - (setq paragraph-start "^\t") + (setq paragraph-start "\t") (setq truncate-lines t) (setq major-mode 'Edit-options-mode) (setq mode-name "Options")