diff options
| author | Glenn Morris | 2011-02-18 20:12:23 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-18 20:12:23 -0800 |
| commit | 203784ccb151e37d6b1e1306b1f3a63d3b6d66f3 (patch) | |
| tree | 1bc1b7b28184ecf3bfad20df34d53c8ca3b3eebc /doc | |
| parent | 30abce25f2c78c46994f22d60295c40578097b76 (diff) | |
| download | emacs-203784ccb151e37d6b1e1306b1f3a63d3b6d66f3.tar.gz emacs-203784ccb151e37d6b1e1306b1f3a63d3b6d66f3.zip | |
Merge dired-x's redefinition of dired-initial-position into the main version.
* lisp/dired-x.el (dired-initial-position): Merge into dired.el's version.
* lisp/dired.el (dired-initial-position): Merge dired-x's version here.
(dired-find-subdir): Declare.
* doc/misc/dired-x.texi (Technical Details):
No longer redefines dired-initial-position.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/misc/dired-x.texi | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index c11618649da..882eec34193 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2011-02-19 Glenn Morris <rgm@gnu.org> | 1 | 2011-02-19 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * dired-x.texi (Technical Details): No longer redefines dired-add-entry. | 3 | * dired-x.texi (Technical Details): No longer redefines dired-add-entry, |
| 4 | or dired-initial-position. | ||
| 4 | 5 | ||
| 5 | 2011-02-18 Glenn Morris <rgm@gnu.org> | 6 | 2011-02-18 Glenn Morris <rgm@gnu.org> |
| 6 | 7 | ||
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi index 931af07be4e..9f7b40ceb58 100644 --- a/doc/misc/dired-x.texi +++ b/doc/misc/dired-x.texi | |||
| @@ -185,14 +185,14 @@ from @file{dired.el} | |||
| 185 | @code{dired-clean-up-after-deletion} | 185 | @code{dired-clean-up-after-deletion} |
| 186 | @item | 186 | @item |
| 187 | @code{dired-find-buffer-nocreate} | 187 | @code{dired-find-buffer-nocreate} |
| 188 | @item | ||
| 189 | @code{dired-initial-position} | ||
| 190 | @end itemize | 188 | @end itemize |
| 191 | 189 | ||
| 192 | @noindent | 190 | @noindent |
| 193 | and from @file{dired-aux.el} the function @code{dired-read-shell-command}. | 191 | and from @file{dired-aux.el} the function @code{dired-read-shell-command}. |
| 194 | In addition, once @file{dired.el} is loaded, @code{dired-add-entry} | 192 | In addition, once @file{dired.el} is loaded, @code{dired-add-entry} |
| 195 | obeys Dired Omit mode (@pxref{Omitting Files in Dired}), if it is active. | 193 | obeys Dired Omit mode (@pxref{Omitting Files in Dired}), if it is active. |
| 194 | Similarly, @code{dired-initial-position} obeys @code{dired-find-subdir} | ||
| 195 | (@pxref{Miscellaneous Commands}). | ||
| 196 | 196 | ||
| 197 | @node Installation, Omitting Files in Dired, Introduction, Top | 197 | @node Installation, Omitting Files in Dired, Introduction, Top |
| 198 | @chapter Installation | 198 | @chapter Installation |