[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fixing numerous `message' bugs..
From: |
Glenn Morris |
Subject: |
Re: Fixing numerous `message' bugs.. |
Date: |
Thu, 06 Dec 2007 14:26:25 -0500 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Some mistakes in these changes are revealed by bootstrapping:
Compiling /scratch/gmorris/emacs/cvs/trunk/lisp/./ibuffer.el
In ibuffer-current-buffer:
ibuffer.el:1395:115:Warning: `error' called with 2 args to fill 1
format field(s)
Compiling /scratch/gmorris/emacs/cvs/trunk/lisp/./vc.el
In vc-update:
vc.el:2626:15:Warning: `error' called with 2 args to fill 1 format
field(s)
Compiling /scratch/gmorris/emacs/cvs/trunk/lisp/./gnus/gnus-start.el
In gnus-load:
gnus-start.el:2392:14:Warning: malformed let binding: `(error "Error
in %s line %d" file (count-lines (point-min (point))))'
Also, a changelog entry that starts:
2007-12-06 D. Goel <address@hidden>
* textmodes/reftex.el (reftex-TeX-master-file): Ditto.
is not very informative, IMO, when reading top-to-bottom. I would say
these should look like:
2007-12-06 D. Goel <address@hidden>
* textmodes/reftex.el (reftex-TeX-master-file):
* textmodes/org.el (org-paste-subtree):
[...]
* allout.el (allout-write-file-hook-handler):
Fix buggy call(s) to `error'.
Re: Fixing numerous `message' bugs.., Stefan Monnier, 2007/12/06