(eshell-find-tag): Use with-no-warnings.

This commit is contained in:
Richard M. Stallman 2005-05-14 14:03:31 +00:00
parent 424402ec74
commit 5f0fe8f11a

View file

@ -517,7 +517,8 @@ This is used by `eshell-watch-for-password-prompt'."
(let ((inhibit-read-only t)
(no-default (eobp))
(find-tag-default-function 'ignore))
(setq tagname (car (find-tag-interactive "Find tag: ")))
(with-no-warnings
(setq tagname (car (find-tag-interactive "Find tag: "))))
(find-tag tagname next-p regexp-p)))
(defun eshell-move-argument (limit func property arg)