Mercurial > emacs
changeset 49885:26b440503b1b
(ebrowse-show-file-name-at-point): Remove useless check.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 20 Feb 2003 17:06:53 +0000 |
parents | 6e26943fda98 |
children | fc967f782b26 |
files | lisp/progmodes/ebrowse.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/ebrowse.el Thu Feb 20 14:13:03 2003 +0000 +++ b/lisp/progmodes/ebrowse.el Thu Feb 20 17:06:53 2003 +0000 @@ -1295,7 +1295,6 @@ (let ((tree (ebrowse-tree-at-point)) start file-name-existing) - (unless tree return) (beginning-of-line) (skip-chars-forward " \t*a-zA-Z0-9_") (setq start (point)