diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/shadow.el | 4 |
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)))) |