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
2b4483bb
Commit
2b4483bb
authored
Feb 02, 1995
by
Richard M. Stallman
Browse files
(lisp-fill-paragraph): Return t.
parent
35d132a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+2
-1
No files found.
lisp/emacs-lisp/lisp-mode.el
View file @
2b4483bb
...
...
@@ -688,7 +688,8 @@ and initial semicolons."
(
let
((
paragraph-start
(
concat
paragraph-start
"\\|^[ \t;]*$"
))
(
paragraph-separate
(
concat
paragraph-start
"\\|^[ \t;]*$"
))
(
fill-prefix
comment-fill-prefix
))
(
fill-paragraph
justify
))))))
(
fill-paragraph
justify
))))
t
))
(
defun
indent-code-rigidly
(
start
end
arg
&optional
nochange-regexp
)
...
...
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