Mercurial > emacs
changeset 12485:df3f81ceb780
(find-dired): Undefine the g command.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 07 Jul 1995 13:28:57 +0000 |
parents | bf638e2849d5 |
children | e2e84d24f0d4 |
files | lisp/find-dired.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/find-dired.el Fri Jul 07 13:27:15 1995 +0000 +++ b/lisp/find-dired.el Fri Jul 07 13:28:57 1995 +0000 @@ -77,6 +77,10 @@ (car find-ls-option))) ;; The next statement will bomb in classic dired (no optional arg allowed) (dired-mode dir (cdr find-ls-option)) + ;; This really should rerun the find command, but I don't + ;; have time for that. + (use-local-map (append (make-sparse-keymap) (current-local-map))) + (define-key (current-local-map) "g" 'undefined) ;; Set subdir-alist so that Tree Dired will work: (if (fboundp 'dired-simple-subdir-alist) ;; will work even with nested dired format (dired-nstd.el,v 1.15