diff options
| author | Glenn Morris | 2011-03-02 00:31:47 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-03-02 00:31:47 -0800 |
| commit | 3ab7ebb9c598e33b1b90b3fe7adedf86c6ec8a48 (patch) | |
| tree | c1eb4a7e4183581fe98d2660be10d86f203e092b /lisp/ChangeLog | |
| parent | 2777ccbfdea689327c54278ff6b5303c1fe8bac0 (diff) | |
| download | emacs-3ab7ebb9c598e33b1b90b3fe7adedf86c6ec8a48.tar.gz emacs-3ab7ebb9c598e33b1b90b3fe7adedf86c6ec8a48.zip | |
Add some dired-x support for local filenames with Red Hat's man.
* lisp/man.el (Man-support-local-filenames): Also handle Red Hat's man.
* lisp/dired-x.el (Man-support-local-filenames): Autoload it.
(dired-guess-shell-alist-default): Also handle Red Hat's man.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 744b8dd5bac..6c91a30df54 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-03-02 Glenn Morris <rgm@gnu.org> | 1 | 2011-03-02 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * man.el (Man-support-local-filenames): Also handle Red Hat's man. | ||
| 4 | * dired-x.el (Man-support-local-filenames): Autoload it. | ||
| 5 | (dired-guess-shell-alist-default): Also handle Red Hat's man. | ||
| 6 | |||
| 3 | * dired-x.el (dired-default-directory-alist, dired-default-directory): | 7 | * dired-x.el (dired-default-directory-alist, dired-default-directory): |
| 4 | Mark as obsolete. | 8 | Mark as obsolete. |
| 5 | (dired-smart-shell-command): Just call dired-current-directory. | 9 | (dired-smart-shell-command): Just call dired-current-directory. |