Mercurial > emacs
changeset 87154:34eaaef9e76d
Tidying.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 07 Dec 2007 04:28:30 +0000 |
parents | fcb0e2bae0be |
children | 362f7ff753a3 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Dec 06 23:11:11 2007 +0000 +++ b/lisp/ChangeLog Fri Dec 07 04:28:30 2007 +0000 @@ -1,10 +1,5 @@ 2007-12-06 D. Goel <deego3@gmail.com> - * textmodes/ispell.el (ispell-process-line): - * vc.el (vc-update): - * ibuffer.el (ibuffer-current-buffer): - Fix breakage from the change below. - * allout.el (allout-write-file-hook-handler): * textmodes/reftex.el (reftex-TeX-master-file): * textmodes/org.el (org-paste-subtree): @@ -26,16 +21,11 @@ * man.el (Man-bgproc-sentinel, Man-goto-see-also-section): * ibuffer.el (ibuffer-current-buffer): * dired.el (dired-move-to-end-of-filename): - * bindings.el (complete-symbol): Fix buggy calls to `error'. - -2007-12-06 D. Goel <deego3@gmail.com> - + * bindings.el (complete-symbol): * textmodes/org-publish.el (org-publish-file): - Fix buggy call(s) to `error'. - (org-publish-current-project): Ditto. - * textmodes/reftex-parse.el (reftex-short-context): Ditto. - (reftex-short-context): Ditto. - * textmodes/texinfmt.el: Ditto. + (org-publish-current-project): + * textmodes/reftex-parse.el (reftex-short-context): + * textmodes/texinfmt.el: Fix buggy calls to `error'. 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>