1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Whitespace change.

This commit is contained in:
Richard M. Stallman 1998-05-21 01:55:57 +00:00
parent a281b30421
commit 3a6a40e55b

View 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))))