comparison lisp/progmodes/etags.el @ 106444:a72f79f89185

* bindings.el (complete-symbol): Call semantic-ia-complete-symbol if possible. * cedet/semantic/ia.el (semantic-ia-complete-symbol): Make argument optional.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 05 Dec 2009 22:01:00 +0000
parents 4436585c0829
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
106443:137fd69c176a 106444:a72f79f89185
2025 (defun select-tags-table-quit () 2025 (defun select-tags-table-quit ()
2026 "Kill the buffer and delete the selected window." 2026 "Kill the buffer and delete the selected window."
2027 (interactive) 2027 (interactive)
2028 (quit-window t (selected-window))) 2028 (quit-window t (selected-window)))
2029 2029
2030 ;; Note, there is another definition of this function in bindings.el.
2031 ;;;###autoload 2030 ;;;###autoload
2032 (defun complete-tag () 2031 (defun complete-tag ()
2033 "Perform tags completion on the text around point. 2032 "Perform tags completion on the text around point.
2034 Completes to the set of names listed in the current tags table. 2033 Completes to the set of names listed in the current tags table.
2035 The string to complete is chosen in the same way as the default 2034 The string to complete is chosen in the same way as the default