Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b34dcc82
Commit
b34dcc82
authored
Jul 02, 2002
by
Richard M. Stallman
Browse files
Indentation change.
parent
ff7affeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/info.el
lisp/info.el
+3
-3
No files found.
lisp/info.el
View file @
b34dcc82
...
...
@@ -756,9 +756,9 @@ a case-insensitive match is tried."
(
insert
Info-dir-contents
)
(
goto-char
(
point-min
)))
(
let
((
dirs
(
if
Info-additional-directory-list
(append Info-directory-list
Info-additional-directory-list)
Info-directory-list))
(
append
Info-directory-list
Info-additional-directory-list
)
Info-directory-list
))
;; Bind this in case the user sets it to nil.
(
case-fold-search
t
)
;; This is set non-nil if we find a problem in some input files.
...
...
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