]> git.eshelyaron.com Git - emacs.git/commitdiff
(ebrowse-show-file-name-at-point): Remove useless check.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 20 Feb 2003 17:07:32 +0000 (17:07 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 20 Feb 2003 17:07:32 +0000 (17:07 +0000)
lisp/ChangeLog
lisp/progmodes/ebrowse.el

index d234a689138188951ce71b183992153e920f70e4..52cf1be133a86d53f71319c0fe9920267b26e734 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-20  Juanma Barranquero  <lektu@terra.es>
+
+       * progmodes/ebrowse.el (ebrowse-show-file-name-at-point): Remove
+       useless check.
+
 2003-02-20  Andreas Schwab  <schwab@suse.de>
 
        * info.el (Info-extract-menu-node-name): Stop if colon is
index 44f5a8f0126ea568714c021ed4267583862a7987..e75022993c3c37d7f56ed3fdae85db177a4aef89 100644 (file)
@@ -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)