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
3272c162
Commit
3272c162
authored
Feb 05, 1996
by
Richard M. Stallman
Browse files
(lisp-mode-variables): Locally clear adaptive-fill-mode.
parent
c350a31d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+5
-0
No files found.
lisp/emacs-lisp/lisp-mode.el
View file @
3272c162
...
...
@@ -103,6 +103,11 @@
(
setq
paragraph-ignore-fill-prefix
t
)
(
make-local-variable
'fill-paragraph-function
)
(
setq
fill-paragraph-function
'lisp-fill-paragraph
)
;; Adaptive fill mode gets in the way of auto-fill,
;; and should make no difference for explicit fill
;; because lisp-fill-paragraph should do the job.
(
make-local-variable
'adaptive-fill-mode
)
(
setq
adaptive-fill-mode
nil
)
(
make-local-variable
'indent-line-function
)
(
setq
indent-line-function
'lisp-indent-line
)
(
make-local-variable
'indent-region-function
)
...
...
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