[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el |
Date: |
Sun, 03 Jul 2005 23:03:31 -0400 |
Index: emacs/lisp/progmodes/etags.el
diff -c emacs/lisp/progmodes/etags.el:1.184 emacs/lisp/progmodes/etags.el:1.185
*** emacs/lisp/progmodes/etags.el:1.184 Sun May 22 13:51:28 2005
--- emacs/lisp/progmodes/etags.el Mon Jul 4 03:03:30 2005
***************
*** 40,46 ****
;; Make M-x set-variable tags-file-name like M-x visit-tags-table.
;;;###autoload (put 'tags-file-name 'variable-interactive "fVisit tags table:
")
! (defgroup etags nil "Tags tables"
:group 'tools)
;;;###autoload
--- 40,46 ----
;; Make M-x set-variable tags-file-name like M-x visit-tags-table.
;;;###autoload (put 'tags-file-name 'variable-interactive "fVisit tags table:
")
! (defgroup etags nil "Tags tables."
:group 'tools)
;;;###autoload
- [Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el,
Juanma Barranquero <=