# HG changeset patch # User Richard M. Stallman # Date 895715757 0 # Node ID 01df0098b07fb133b562118671c8b6015afc9db0 # Parent 6de2236eab5ff85a617fc7ec985ce0c2a4273303 Whitespace change. diff -r 6de2236eab5f -r 01df0098b07f lisp/emacs-lisp/shadow.el --- 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))))