Richard Stallman writes:
 >        (dolist (file files)
 >     !       ;; Prefix filename with a space to distinguish e.g fns.c xfns.c.
 >     !       (let* ((entries (log-edit-changelog-entries (concat " " file)))
 > 
 > This change is clearly the wrong way to do it.
 > The argument to log-edit-changelog-entries is supposed to be a file name.
 > If it doesn't work, you should fix it, not enshrine the error
 > by passing an arg that is not a file name.

Yes. But it did motivate Stefan to provide a proper patch.

Nick


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to