Mercurial > emacs
changeset 8187:9120cee6bfab
(find-tag-regexp): Bind to C-M-..
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 10 Jul 1994 21:33:55 +0000 |
parents | 9e650e1fe909 |
children | 4c58d2b235b7 |
files | lisp/progmodes/etags.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/etags.el Sat Jul 09 19:25:06 1994 +0000 +++ b/lisp/progmodes/etags.el Sun Jul 10 21:33:55 1994 +0000 @@ -820,6 +820,7 @@ ;; We go through find-tag-other-window to do all the display hair there. (funcall (if other-window 'find-tag-other-window 'find-tag) regexp next-p t)) +;;;###autoload (define-key esc-map [?\C-.] 'find-tag-regexp) ;; Internal tag finding function.