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
d67f7e1f
Commit
d67f7e1f
authored
Jul 06, 2011
by
Lars Magne Ingebrigtsen
Browse files
* dired-aux.el (dired-kill-line): Add a doc string.
Fixes: debbugs:957
parent
fe204702
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/dired-aux.el
lisp/dired-aux.el
+3
-0
No files found.
lisp/ChangeLog
View file @
d67f7e1f
2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
* dired-aux.el (dired-kill-line): Add a doc string.
* dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
* dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
to "\\sw\\|\\s_" (bug#358).
to "\\sw\\|\\s_" (bug#358).
...
...
lisp/dired-aux.el
View file @
d67f7e1f
...
@@ -699,6 +699,9 @@ can be produced by `dired-get-marked-files', for example."
...
@@ -699,6 +699,9 @@ can be produced by `dired-get-marked-files', for example."
;; Commands that delete or redisplay part of the dired buffer.
;; Commands that delete or redisplay part of the dired buffer.
(
defun
dired-kill-line
(
&optional
arg
)
(
defun
dired-kill-line
(
&optional
arg
)
"Kill the current line (not the files).
With a prefix argument, kill that many lines starting with the current line.
\(A negative argument kills backward.)"
(
interactive
"P"
)
(
interactive
"P"
)
(
setq
arg
(
prefix-numeric-value
arg
))
(
setq
arg
(
prefix-numeric-value
arg
))
(
let
(
buffer-read-only
file
)
(
let
(
buffer-read-only
file
)
...
...
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