summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/shadow.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-21 01:55:57 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-21 01:55:57 +0000
commit3a6a40e55b7d9856c2f306989e8770cb99d791a3 (patch)
tree3c822b8002e94192caf241ba8975990195ed86c2 /lisp/emacs-lisp/shadow.el
parenta281b304210606161239b9afac6e38ad839867a9 (diff)
downloademacs-3a6a40e55b7d9856c2f306989e8770cb99d791a3.tar.gz
Whitespace change.
Diffstat (limited to 'lisp/emacs-lisp/shadow.el')
-rw-r--r--lisp/emacs-lisp/shadow.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/shadow.el b/lisp/emacs-lisp/shadow.el
index 57fc13b09d8..159036b7bfc 100644
--- a/lisp/emacs-lisp/shadow.el
+++ b/lisp/emacs-lisp/shadow.el
@@ -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))))