changeset 10887:b808c61b7ee1

(Edit-options-mode): Remove ^ from paragraph-start.
author Boris Goldowsky <boris@gnu.org>
date Thu, 02 Mar 1995 15:34:57 +0000
parents 7872c31968be
children 388da827814c
files lisp/options.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")