Mercurial > emacs
changeset 46139:0632bf21a2c9
Indentation change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 02 Jul 2002 19:01:59 +0000 |
parents | dafa37505b60 |
children | a1a48a102687 |
files | lisp/info.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.