comparison lisp/progmodes/etags.el @ 878:5b1c5b4286e7

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Jul 1992 02:56:28 +0000
parents e0dde8b90613
children 93a935b7a479
comparison
equal deleted inserted replaced
877:e0dde8b90613 878:5b1c5b4286e7
1096 (interactive) 1096 (interactive)
1097 (kill-buffer (current-buffer)) 1097 (kill-buffer (current-buffer))
1098 (or (one-window-p) 1098 (or (one-window-p)
1099 (delete-window))) 1099 (delete-window)))
1100 1100
1101 ;;;###autoload (define-key esc-map "\t" 'complete-tag)
1102
1101 ;;;###autoload 1103 ;;;###autoload
1102 (defun complete-tag () 1104 (defun complete-tag ()
1103 "Perform tags completion on the text around point. 1105 "Perform tags completion on the text around point.
1104 Completes to the set of names listed in the current tags table. 1106 Completes to the set of names listed in the current tags table.
1105 The string to complete is chosen in the same way as the default 1107 The string to complete is chosen in the same way as the default