/[emacs]/emacs/lisp/progmodes/etags.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/etags.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.187 by nickrob, Mon Aug 1 08:37:48 2005 UTC revision 1.188 by rfrancoise, Sat Sep 24 13:43:58 2005 UTC
# Line 284  With a prefix arg, set the buffer-local Line 284  With a prefix arg, set the buffer-local
284  When you find a tag with \\[find-tag], the buffer it finds the tag  When you find a tag with \\[find-tag], the buffer it finds the tag
285  in is given a local value of this variable which is the name of the tags  in is given a local value of this variable which is the name of the tags
286  file the tag was in."  file the tag was in."
287    (interactive (list (read-file-name "Visit tags table: (default TAGS) "    (interactive (list (read-file-name "Visit tags table (default TAGS): "
288                                       default-directory                                       default-directory
289                                       (expand-file-name "TAGS"                                       (expand-file-name "TAGS"
290                                                         default-directory)                                                         default-directory)
# Line 590  Returns t if it visits a tags table, or Line 590  Returns t if it visits a tags table, or
590                    (car list))                    (car list))
591                  ;; Finally, prompt the user for a file name.                  ;; Finally, prompt the user for a file name.
592                  (expand-file-name                  (expand-file-name
593                   (read-file-name "Visit tags table: (default TAGS) "                   (read-file-name "Visit tags table (default TAGS): "
594                                   default-directory                                   default-directory
595                                   "TAGS"                                   "TAGS"
596                                   t))))))                                   t))))))

Legend:
Removed from v.1.187  
changed lines
  Added in v.1.188

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26