]> git.eshelyaron.com Git - emacs.git/commitdiff
Tidying.
authorGlenn Morris <rgm@gnu.org>
Fri, 7 Dec 2007 04:28:30 +0000 (04:28 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 7 Dec 2007 04:28:30 +0000 (04:28 +0000)
lisp/ChangeLog

index 9f74b155c97f6111274bb6c2aca317e082e0c91b..0c6e769ba043405537524961bf888300e3be23ee 100644 (file)
@@ -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):
        * 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>