diff options
| author | Glenn Morris | 2011-03-02 09:19:01 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-03-02 09:19:01 -0800 |
| commit | 8e0321ad01eec8aba5d0c16a706cfe57d4329cfe (patch) | |
| tree | 633826abc53b2016f2dfd628a19c3f73ecae9d83 | |
| parent | dbb17c4e2a2a6283647cb7be5b1169d572ef417a (diff) | |
| download | emacs-8e0321ad01eec8aba5d0c16a706cfe57d4329cfe.tar.gz emacs-8e0321ad01eec8aba5d0c16a706cfe57d4329cfe.zip | |
Comment fix.
| -rw-r--r-- | lisp/dired-x.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index d71212e5dcb..a5063bb77dd 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el | |||
| @@ -956,7 +956,6 @@ replace it with a dir-locals-file `./%s'" | |||
| 956 | ;; FIXME "man ./" does not work with dired-do-shell-command, | 956 | ;; FIXME "man ./" does not work with dired-do-shell-command, |
| 957 | ;; because there seems to be no way for us to modify the filename, | 957 | ;; because there seems to be no way for us to modify the filename, |
| 958 | ;; only the command. Hmph. `dired-man' works though. | 958 | ;; only the command. Hmph. `dired-man' works though. |
| 959 | ;; `dired-man' does | ||
| 960 | (list "\\.\\(?:[0-9]\\|man\\)\\'" '(let ((loc (Man-support-local-filenames))) | 959 | (list "\\.\\(?:[0-9]\\|man\\)\\'" '(let ((loc (Man-support-local-filenames))) |
| 961 | (cond ((eq loc 'man-db) "man -l") | 960 | (cond ((eq loc 'man-db) "man -l") |
| 962 | ((eq loc 'man) "man ./") | 961 | ((eq loc 'man) "man ./") |