]> git.eshelyaron.com Git - emacs.git/commitdiff
(jka-compr-write-region): Typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 28 May 2008 17:37:04 +0000 (17:37 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 28 May 2008 17:37:04 +0000 (17:37 +0000)
lisp/jka-compr.el

index a5792ed25b5c7177723bac792e539fa435c793a2..fe7adb92c1dce1d49382f2217846cc10930a3228 100644 (file)
@@ -273,9 +273,9 @@ There should be no more than seven characters after the final `/'."
                       (equal (if (stringp start)
                                  (substring start 0 (min (length start)
                                                          (length magic)))
-                                (let ((from (or start (point-min)))
-                                      (to (min (or end (point-max))
-                                               (+ from (length magic)))))
+                                (let* ((from (or start (point-min)))
+                                       (to (min (or end (point-max))
+                                                (+ from (length magic)))))
                                   (buffer-substring from to)))
                              magic))))
        (let ((can-append (jka-compr-info-can-append info))