2007-12-06 D. Goel <deego3@gmail.com>
- * textmodes/reftex.el (reftex-TeX-master-file): Ditto.
+ * vc.el: Fix breakage.
+ * ibuffer.el (ibuffer-current-buffer): Ditto.
+ * gnus/gnus-start.el (gnus-load): Ditto.
+ * allout.el (allout-write-file-hook-handler): Fix buggy call(s) to `error'.
+ * textmodes/reftex.el (reftex-TeX-master-file): Ditto.
* textmodes/org.el (org-paste-subtree): Ditto.
-
* textmodes/ispell.el (ispell-process-line): Ditto.
-
* progmodes/vhdl-mode.el (vhdl-template-modify): Ditto.
-
* progmodes/idlw-shell.el (idlwave-shell-send-command): Ditto.
(idlwave-shell-display-line): Ditto.
-
* progmodes/ada-xref.el (ada-find-file): Ditto.
(ada-get-all-references): Ditto.
(ada-xref-find-in-modified-ali): Ditto.
(ada-find-in-src-path): Ditto.
-
* net/trampver.el (x): Ditto.
-
* mail/uce.el (uce-reply-to-uce): Ditto.
-
* mail/rmailout.el (rmail-output): Ditto.
-
* mail/feedmail.el (feedmail-dump-message-to-queue): Ditto.
-
* 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>
(eval form))
(error
(unless (eq (car type) 'end-of-file)
- (let ((error "Error in %s line %d" file
- (count-lines (point-min (point)))))
+ (let ((error (format "Error in %s line %d" file
+ (count-lines (point-min (point))))))
(ding)
(unless (gnus-yes-or-no-p (concat error "; continue? "))
(error "%s" error)))))))))
(error "%s"
(substitute-command-keys
"File is locked--type \\[vc-revert] to discard changes"))
- (error "%s"
+ (error "Unexpected file state (%s) -- type %s"
+ (vc-state file)
(substitute-command-keys
- "Unexpected file state (%s)--type \\[vc-next-action] to correct")
- (vc-state file)))
+ "\\[vc-next-action] to correct"))
(if (not (vc-find-backend-function (vc-backend file) 'merge-news))
(error "Sorry, merging news is not implemented for %s"
(vc-backend file))