]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/etags.el
(inferior-python-mode-map): Remove erroneous C-c C-z binding.
[gnu-emacs] / lisp / progmodes / etags.el
index 87e4624eb5f5f1ed6602aa69fe5c3ddc3595c479..ef5d1eba998e46ebb5c1723adc31ef0ea10bd71a 100644 (file)
@@ -518,6 +518,7 @@ Returns non-nil iff it is a valid table."
     ;; Set tags-file-name to the name from the list.  It is already expanded.
     (setq tags-file-name (car tags-table-list-pointer))))
 
+;;;###autoload
 (defun visit-tags-table-buffer (&optional cont)
   "Select the buffer containing the current tags table.
 If optional arg is a string, visit that file as a tags table.
@@ -2047,4 +2048,5 @@ for \\[find-tag] (which see)."
 \f
 (provide 'etags)
 
+;;; arch-tag: b897c2b5-08f3-4837-b2d3-0e7d6db1b63e
 ;;; etags.el ends here