]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 21 May 1998 01:55:57 +0000 (01:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 21 May 1998 01:55:57 +0000 (01:55 +0000)
lisp/emacs-lisp/shadow.el

index 57fc13b09d8b1e0d9fd93b988e8505db05f1a475..159036b7bfcae034decd4da1d8d8f4575e6a7ad9 100644 (file)
@@ -137,8 +137,8 @@ See the documentation for `list-load-path-shadows' for further information."
                                ;; This is a bit strict, but safe.
                                (shadow-same-file-or-nonexistent
                                 (concat base1 ".elc") (concat base2 ".elc"))))
-               (setq shadows
-                     (append shadows (list base1 base2)))))
+                     (setq shadows
+                           (append shadows (list base1 base2)))))
 
              ;; Not seen before, add it to the list of seen files.
              (setq files (cons (cons file dir) files))))