Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3f146b61
Commit
3f146b61
authored
May 03, 2003
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated page for dired.el.
parent
c73fce9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
lisp/loaddefs.el
lisp/loaddefs.el
+7
-1
No files found.
lisp/loaddefs.el
View file @
3f146b61
...
...
@@ -5858,7 +5858,7 @@ Minor mode for viewing/editing context diffs.
;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
;;;;;; "dired" "dired.el" (1
5935 39015
))
;;;;;; "dired" "dired.el" (1
6011 61148
))
;;; Generated autoloads from dired.el
(defvar dired-listing-switches "-al" "\
...
...
@@ -5941,6 +5941,12 @@ The target is used in the prompt for file copy, rename etc.")
\(This works on only some systems.)")
(custom-autoload (quote dired-copy-preserve-time) "dired")
(defvar dired-directory nil "\
The directory name or wildcard spec that this Dired directory lists.
Local to each dired buffer. May be a list, in which case the car is the
directory name and the cdr is the list of files to mention.
The directory name must be absolute, but need not be fully expanded.")
(define-key ctl-x-map "d" 'dired)
(autoload (quote dired) "dired" "\
...
...
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