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
1191c61b
Commit
1191c61b
authored
Jun 11, 1998
by
André Spiegel
Browse files
(dired-readin): Insert headerline only if necessary. (Not in
recursive listings.)
parent
f4b5ab4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/dired.el
lisp/dired.el
+2
-1
No files found.
lisp/dired.el
View file @
1191c61b
...
...
@@ -597,7 +597,8 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh."
;; We need this to make the root dir have a header line as all
;; other subdirs have:
(
goto-char
(
point-min
))
(
dired-insert-headerline
default-directory
)
(
if
(
not
(
looking-at
"^ /.*:$"
))
(
dired-insert-headerline
default-directory
))
;; can't run dired-after-readin-hook here, it may depend on the subdir
;; alist to be OK.
)
...
...
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