Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f0e1cd33
Commit
f0e1cd33
authored
May 02, 1996
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Info-find-node): Don't treat file name `dir' specially
if it comes with a directory name.
parent
d21e67b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/info.el
lisp/info.el
+1
-1
No files found.
lisp/info.el
View file @
f0e1cd33
...
...
@@ -259,7 +259,7 @@ In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself."
(
if
filename
(
let
(
temp
temp-downcase
found
)
(
setq
filename
(
substitute-in-file-name
filename
))
(
if
(
string=
(
downcase
(
file-name-nondirectory
filename
)
)
"dir"
)
(
if
(
string=
(
downcase
filename
)
"dir"
)
(
setq
found
t
)
(
let
((
dirs
(
if
(
string-match
"^\\./"
filename
)
;; If specified name starts with `./'
...
...
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