Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4f2436ae
Commit
4f2436ae
authored
Nov 26, 2001
by
Pavel Janík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fill-c++-comment): Use insert instead of insert-string.
parent
add91c7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/obsolete/cplus-md.el
lisp/obsolete/cplus-md.el
+1
-1
No files found.
lisp/obsolete/cplus-md.el
View file @
4f2436ae
...
...
@@ -898,7 +898,7 @@ The fill lines remain a comment."
(while (looking-at fill-prefix)
(previous-line 1))
(next-line 1)
(insert
-string
"\n")
(insert "\n")
(fill-paragraph nil)
(delete-char -1)
(setq fill-prefix save))))
...
...
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