From: Richard M. Stallman Date: Tue, 2 Jul 2002 19:01:59 +0000 (+0000) Subject: Indentation change. X-Git-Tag: ttn-vms-21-2-B4~14341 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b34dcc822fc85ee72e2f6217a2678d0d41b0c5c1;p=emacs.git Indentation change. --- diff --git a/lisp/info.el b/lisp/info.el index 6be518b0147..bc506cc84cf 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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.