mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
Indentation change.
This commit is contained in:
parent
ff7affeb8b
commit
b34dcc822f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user