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
594dde9b
Commit
594dde9b
authored
Jun 09, 2006
by
Eli Zaretskii
Browse files
(makefile-fill-paragraph): Don't remove spaces after the comment start.
parent
f47adf18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/make-mode.el
lisp/progmodes/make-mode.el
+1
-1
No files found.
lisp/progmodes/make-mode.el
View file @
594dde9b
...
...
@@ -1304,7 +1304,7 @@ definition and conveniently use this command."
(
save-excursion
(
beginning-of-line
)
(
cond
((
looking-at
"^#+"
)
((
looking-at
"^#+
\\s-*
"
)
;; Found a comment. Return nil to let normal filling take place.
nil
)
...
...
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