+2001-11-15 Richard M. Stallman <rms@gnu.org>
+
+ * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
+
2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
* menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
* dired.el (dired-undo): Display a message to explain
that this does not undo file system changes.
+2001-11-15 Alan Shutko <ats@acm.org>
+
+ * compile.el (recompile): Use compilation-arguments if set, so as
+ to be able to M-x recompile the exact command which created a
+ compilation-mode buffer.
+
+2001-11-13 Richard M. Stallman <rms@gnu.org>
+
+ * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
+
2001-11-15 David Kastrup <David.Kastrup@t-online.de>
* mouse-drag.el (mouse-drag-throw): Push back non-drag events
;; dd seems to be unreliable about
;; providing the last block. So, always
;; read one more than you think you need.
- (if count (concat "count=" (1+ count)) "")))
+ (if count (format "count=%d" (1+ count)) "")))
jka-compr-acceptable-retval-list)
(jka-compr-error prog args infile message err-file))
(jka-compr-delete-temp-file err-file)))