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:
parent
a281b30421
commit
3a6a40e55b
1 changed files with 2 additions and 2 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue