emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el
Date: Sat, 24 Sep 2005 09:44:27 -0400

Index: emacs/lisp/progmodes/etags.el
diff -c emacs/lisp/progmodes/etags.el:1.187 emacs/lisp/progmodes/etags.el:1.188
*** emacs/lisp/progmodes/etags.el:1.187 Mon Aug  1 08:37:48 2005
--- emacs/lisp/progmodes/etags.el       Sat Sep 24 13:43:58 2005
***************
*** 284,290 ****
  When you find a tag with \\[find-tag], the buffer it finds the tag
  in is given a local value of this variable which is the name of the tags
  file the tag was in."
!   (interactive (list (read-file-name "Visit tags table: (default TAGS) "
                                     default-directory
                                     (expand-file-name "TAGS"
                                                       default-directory)
--- 284,290 ----
  When you find a tag with \\[find-tag], the buffer it finds the tag
  in is given a local value of this variable which is the name of the tags
  file the tag was in."
!   (interactive (list (read-file-name "Visit tags table (default TAGS): "
                                     default-directory
                                     (expand-file-name "TAGS"
                                                       default-directory)
***************
*** 590,596 ****
                  (car list))
                ;; Finally, prompt the user for a file name.
                (expand-file-name
!                (read-file-name "Visit tags table: (default TAGS) "
                                 default-directory
                                 "TAGS"
                                 t))))))
--- 590,596 ----
                  (car list))
                ;; Finally, prompt the user for a file name.
                (expand-file-name
!                (read-file-name "Visit tags table (default TAGS): "
                                 default-directory
                                 "TAGS"
                                 t))))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]