Mercurial > emacs
comparison lisp/ChangeLog @ 78564:8f9613d80af0
Don't fiddle with vc-handled-backend.
(vc-bzr-registered): Don't redundantly protect against
file-error. Actually use the format-specific code.
(vc-bzr-buffer-nonblank-p): Remove.
(vc-bzr-status): Change `kindchange' -> `kindchanged'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 15 Aug 2007 21:10:46 +0000 |
parents | 7f509b9f0ead |
children | 5ba684513497 |
comparison
equal
deleted
inserted
replaced
78563:828913bf3c27 | 78564:8f9613d80af0 |
---|---|
1 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * vc-bzr.el: Don't fiddle with vc-handled-backend. | |
4 (vc-bzr-registered): Don't redundantly protect against | |
5 file-error. Actually use the format-specific code. | |
6 (vc-bzr-buffer-nonblank-p): Remove. | |
7 (vc-bzr-status): Change `kindchange' -> `kindchanged'. | |
8 | |
1 2007-08-15 Glenn Morris <rgm@gnu.org> | 9 2007-08-15 Glenn Morris <rgm@gnu.org> |
2 | 10 |
3 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even | 11 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even |
4 sloppier, for the sake of GNU Mailman. | 12 sloppier, for the sake of GNU Mailman. |
5 (rmail-digest-rfc1153): Initialize `result' correctly. | 13 (rmail-digest-rfc1153): Initialize `result' correctly. |