Index: emacs/lisp/eshell/esh-mode.el
diff -c emacs/lisp/eshell/esh-mode.el:1.20 emacs/lisp/eshell/esh-mode.el:1.21
*** emacs/lisp/eshell/esh-mode.el:1.20 Thu May 12 14:12:03 2005
--- emacs/lisp/eshell/esh-mode.el Sat May 14 14:03:31 2005
***************
*** 517,523 ****
(let ((inhibit-read-only t)
(no-default (eobp))
(find-tag-default-function 'ignore))
! (setq tagname (car (find-tag-interactive "Find tag: ")))
(find-tag tagname next-p regexp-p)))
(defun eshell-move-argument (limit func property arg)
--- 517,524 ----
(let ((inhibit-read-only t)
(no-default (eobp))
(find-tag-default-function 'ignore))
! (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)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs