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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el
Date: Mon, 20 May 2002 14:48:34 -0400

Index: emacs/lisp/progmodes/etags.el
diff -c emacs/lisp/progmodes/etags.el:1.164 emacs/lisp/progmodes/etags.el:1.165
*** emacs/lisp/progmodes/etags.el:1.164 Thu Apr 11 23:03:26 2002
--- emacs/lisp/progmodes/etags.el       Mon May 20 14:48:33 2002
***************
*** 1750,1759 ****
      (let ((enable-recursive-minibuffers t))
        (visit-tags-table-buffer))
      (if (eq what t)
!       (all-completions string (mapcar 'list (tags-table-files))
!                        predicate)
!       (try-completion string (mapcar 'list (tags-table-files))
!                     predicate))))
  
  ;;;###autoload
  (defun list-tags (file &optional next-match)
--- 1750,1757 ----
      (let ((enable-recursive-minibuffers t))
        (visit-tags-table-buffer))
      (if (eq what t)
!       (all-completions string (tags-table-files) predicate)
!       (try-completion string (tags-table-files) predicate))))
  
  ;;;###autoload
  (defun list-tags (file &optional next-match)



reply via email to

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