Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3d6663bb
Commit
3d6663bb
authored
Mar 02, 1995
by
Boris Goldowsky
Browse files
(Edit-options-mode): Remove ^ from paragraph-start.
parent
0608d57e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/options.el
lisp/options.el
+1
-1
No files found.
lisp/options.el
View file @
3d6663bb
...
...
@@ -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
")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment