]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-tag-regexp): Bind to C-M-..
authorRichard M. Stallman <rms@gnu.org>
Sun, 10 Jul 1994 21:33:55 +0000 (21:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 10 Jul 1994 21:33:55 +0000 (21:33 +0000)
lisp/progmodes/etags.el

index 63ef96a397f460c5f97a189f9a55994f7d0713ab..51c0f9af08b9d2ae13197af8b2f4e7346986134e 100644 (file)
@@ -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)
 \f
 ;; Internal tag finding function.