diff lisp/ChangeLog @ 87139:f358a2fd5895

Fix buggy calls to `error'.
author Deepak Goel <deego@gnufans.org>
date Thu, 06 Dec 2007 17:56:42 +0000
parents b63e2a5b45dd
children 1a8ec74a74f3
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Dec 06 17:25:03 2007 +0000
+++ b/lisp/ChangeLog	Thu Dec 06 17:56:42 2007 +0000
@@ -1,4 +1,26 @@
-
+2007-12-06  D. Goel  <deego3@gmail.com>
+
+	* whitespace.el (whitespace-write-file-hook): Ditto.
+
+	* wdired.el (wdired-check-kill-buffer): Ditto.
+
+	* vc.el (vc-update): Ditto.
+
+	* vc-mcvs.el (vc-mcvs-checkin): Ditto.
+
+	* vc-cvs.el (vc-cvs-checkin): Ditto.
+
+	* man.el (Man-bgproc-sentinel): Ditto.
+	(Man-goto-see-also-section): Ditto.
+
+	* ibuffer.el (ibuffer-current-buffer): Ditto.
+
+	* dired.el (dired-move-to-end-of-filename): Ditto.
+
+	* bindings.el (complete-symbol): Ditto.
+
+	* allout.el (allout-write-file-hook-handler): Fix buggy call(s) to `error'.
+
 2007-12-06  D. Goel  <deego3@gmail.com>