+2007-03-11 Andreas Schwab <schwab@suse.de>
+
+ * diff-mode.el (diff-apply-hunk): Use proper format string for
+ error.
+
2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
* mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
(yes-or-no-p (format "Really apply this hunk to %s? "
(file-name-nondirectory
buffer-file-name)))))))
- (error (substitute-command-keys
+ (error "%s"
+ (substitute-command-keys
(format "Use %s\\[diff-apply-hunk] to apply it to the other file"
(if (not reverse) "\\[universal-argument] ")))))
((and switched