projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6818db
)
(dired-virtual-mode): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 04:15:03 +0000
(
04:15
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 04:15:03 +0000
(
04:15
+0000)
lisp/dired-x.el
patch
|
blob
|
history
diff --git
a/lisp/dired-x.el
b/lisp/dired-x.el
index 2594d1c6d5406a1ac2688f5757a8da8f7ab72b2b..685d423102495847202464900fb9f2eeb42695b5 100644
(file)
--- a/
lisp/dired-x.el
+++ b/
lisp/dired-x.el
@@
-777,7
+777,7
@@
to put saved dired buffers automatically into virtual dired mode.
Also useful for `auto-mode-alist' (which see) like this:
- \(setq auto-mode-alist (cons '(\"[^/]\\.dired
$
\" . dired-virtual-mode)
+ \(setq auto-mode-alist (cons '(\"[^/]\\.dired
\\'
\" . dired-virtual-mode)
auto-mode-alist)\)"
(interactive)
(dired-virtual (dired-virtual-guess-dir)))