(tags-completion-table buf)
string pred))))))
-;;;###autoload (defun tags-completion-at-point-function ()
-;;;###autoload (if (or tags-table-list tags-file-name)
-;;;###autoload (progn
-;;;###autoload (load "etags")
-;;;###autoload (tags-completion-at-point-function))))
-
+;;;###autoload
(defun tags-completion-at-point-function ()
"Using tags, return a completion table for the text around point.
If no tags table is loaded, do nothing and return nil."