diff 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
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Sat Dec 05 21:33:48 2009 +0000
+++ b/lisp/progmodes/etags.el	Sat Dec 05 22:01:00 2009 +0000
@@ -2027,7 +2027,6 @@
   (interactive)
   (quit-window t (selected-window)))
 
-;; Note, there is another definition of this function in bindings.el.
 ;;;###autoload
 (defun complete-tag ()
   "Perform tags completion on the text around point.