From: Juanma Barranquero Date: Thu, 20 Feb 2003 17:07:32 +0000 (+0000) Subject: (ebrowse-show-file-name-at-point): Remove useless check. X-Git-Tag: ttn-vms-21-2-B4~11112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1dbcb79d9beb817b177d1c67ee12a44ed9b508b;p=emacs.git (ebrowse-show-file-name-at-point): Remove useless check. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d234a689138..52cf1be133a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-02-20 Juanma Barranquero + + * progmodes/ebrowse.el (ebrowse-show-file-name-at-point): Remove + useless check. + 2003-02-20 Andreas Schwab * info.el (Info-extract-menu-node-name): Stop if colon is diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index 44f5a8f0126..e75022993c3 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el @@ -1295,7 +1295,6 @@ With PREFIX, insert that many filenames." (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)