mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(jka-compr-partial-uncompress): Fix previous change.
This commit is contained in:
parent
8ec1b917e7
commit
83709c9f91
2 changed files with 15 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
@ -7,6 +11,16 @@
|
|||
* 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
|
||||
|
|
|
|||
|
|
@ -310,7 +310,7 @@ to keep: LEN chars starting BEG chars from the beginning."
|
|||
;; 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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue