aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-21 01:55:57 +0000
committerRichard M. Stallman1998-05-21 01:55:57 +0000
commit3a6a40e55b7d9856c2f306989e8770cb99d791a3 (patch)
tree3c822b8002e94192caf241ba8975990195ed86c2 /lisp
parenta281b304210606161239b9afac6e38ad839867a9 (diff)
downloademacs-3a6a40e55b7d9856c2f306989e8770cb99d791a3.tar.gz
emacs-3a6a40e55b7d9856c2f306989e8770cb99d791a3.zip
Whitespace change.
Diffstat (limited to 'lisp')
-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."
137 ;; This is a bit strict, but safe. 137 ;; This is a bit strict, but safe.
138 (shadow-same-file-or-nonexistent 138 (shadow-same-file-or-nonexistent
139 (concat base1 ".elc") (concat base2 ".elc")))) 139 (concat base1 ".elc") (concat base2 ".elc"))))
140 (setq shadows 140 (setq shadows
141 (append shadows (list base1 base2))))) 141 (append shadows (list base1 base2)))))
142 142
143 ;; Not seen before, add it to the list of seen files. 143 ;; Not seen before, add it to the list of seen files.
144 (setq files (cons (cons file dir) files)))) 144 (setq files (cons (cons file dir) files))))