[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-mode.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-mode.el |
Date: |
Sat, 14 May 2005 10:03:31 -0400 |
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)