From a6125773781e6235ae9e2629371a5e0abb09fac0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 10 Jul 1994 21:33:55 +0000 Subject: [PATCH] (find-tag-regexp): Bind to C-M-.. --- lisp/progmodes/etags.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5