summaryrefslogtreecommitdiff
path: root/lisp/options.el
diff options
context:
space:
mode:
authorBoris Goldowsky <boris@gnu.org>1995-03-02 15:34:57 +0000
committerBoris Goldowsky <boris@gnu.org>1995-03-02 15:34:57 +0000
commit73d65a47575969044093ce0db3cbda8dee76f8f2 (patch)
tree6f7d2e59502fd88925c771b5e97d23bc5ebc5349 /lisp/options.el
parent36bee5c67b8c9090db7d80fe92be3fe6278cdbb3 (diff)
downloademacs-73d65a47575969044093ce0db3cbda8dee76f8f2.tar.gz
(Edit-options-mode): Remove ^ from paragraph-start.
Diffstat (limited to 'lisp/options.el')
-rw-r--r--lisp/options.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/options.el b/lisp/options.el
index ca78256b562..4759c102666 100644
--- a/lisp/options.el
+++ b/lisp/options.el
@@ -98,7 +98,7 @@ For convenience, the characters \\[backward-paragraph] and \\[forward-paragraph]
(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")