[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: log-edit.el
From: |
Nick Roberts |
Subject: |
Re: log-edit.el |
Date: |
Thu, 26 May 2005 19:14:45 +1200 |
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