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
f64049c6
Commit
f64049c6
authored
May 11, 2011
by
Glenn Morris
Browse files
* lisp/newcomment.el (comment-kill): Prefix "unused" local.
parent
4f306b0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/newcomment.el
lisp/newcomment.el
+1
-1
No files found.
lisp/ChangeLog
View file @
f64049c6
2011-05-11 Glenn Morris <rgm@gnu.org>
* newcomment.el (comment-kill): Prefix "unused" local.
* term/w32console.el (get-screen-color): Declare.
* emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
...
...
lisp/newcomment.el
View file @
f64049c6
...
...
@@ -722,7 +722,7 @@ With any other arg, set comment column to indentation of the previous comment
With prefix ARG, kill comments on that many lines starting with this one."
(
interactive
"P"
)
(
comment-normalize-vars
)
(
dotimes
(
i
(
prefix-numeric-value
arg
))
(
dotimes
(
_
i
(
prefix-numeric-value
arg
))
(
save-excursion
(
beginning-of-line
)
(
let
((
cs
(
comment-search-forward
(
line-end-position
)
t
)))
...
...
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