Mercurial > emacs
changeset 22170:01df0098b07f
Whitespace change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 21 May 1998 01:55:57 +0000 |
parents | 6de2236eab5f |
children | e23d16d11ba9 |
files | lisp/emacs-lisp/shadow.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/shadow.el Thu May 21 01:54:43 1998 +0000 +++ b/lisp/emacs-lisp/shadow.el Thu May 21 01:55:57 1998 +0000 @@ -137,8 +137,8 @@ ;; 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))))