# HG changeset patch # User Richard M. Stallman # Date 1025636519 0 # Node ID 0632bf21a2c9a03aa2ff222ef08c79073fc22d1a # Parent dafa37505b602868e67f5f65ab31220d7e5fc6e1 Indentation change. diff -r dafa37505b60 -r 0632bf21a2c9 lisp/info.el --- a/lisp/info.el Tue Jul 02 18:58:29 2002 +0000 +++ b/lisp/info.el Tue Jul 02 19:01:59 2002 +0000 @@ -756,9 +756,9 @@ (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.