(eshell-find-tag): Use with-no-warnings.
This commit is contained in:
parent
424402ec74
commit
5f0fe8f11a
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue