(ebrowse-show-file-name-at-point): Remove useless check.

This commit is contained in:
Juanma Barranquero 2003-02-20 17:07:32 +00:00
parent bad421f7a9
commit a1dbcb79d9
2 changed files with 5 additions and 1 deletions

View 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

View 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)