Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a1dbcb79
Commit
a1dbcb79
authored
Feb 20, 2003
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ebrowse-show-file-name-at-point): Remove useless check.
parent
bad421f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/ebrowse.el
lisp/progmodes/ebrowse.el
+0
-1
No files found.
lisp/ChangeLog
View file @
a1dbcb79
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
...
...
lisp/progmodes/ebrowse.el
View file @
a1dbcb79
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment