From: Richard M. Stallman Date: Sun, 10 Jul 1994 21:33:55 +0000 (+0000) Subject: (find-tag-regexp): Bind to C-M-.. X-Git-Tag: emacs-19.34~7666 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6125773781e6235ae9e2629371a5e0abb09fac0;p=emacs.git (find-tag-regexp): Bind to C-M-.. --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 63ef96a397f..51c0f9af08b 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -820,6 +820,7 @@ See documentation of variable `tags-file-name'." ;; 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.