]> git.eshelyaron.com Git - emacs.git/commitdiff
fix last patch
authorSam Steingold <sds@gnu.org>
Thu, 31 Jan 2013 22:37:54 +0000 (17:37 -0500)
committerSam Steingold <sds@gnu.org>
Thu, 31 Jan 2013 22:37:54 +0000 (17:37 -0500)
lisp/simple.el

index 68409a098d725ce0ea2355e062d972ca1e1f9b7b..3481a736648864dff2713fadc4a2fc83a5a48c95 100644 (file)
@@ -805,7 +805,7 @@ other words, it will work just like `just-one-space' command."
        ;; otherwise delete all excees spaces.
        (delete-region (if (and (not single-shot) (zerop n) (= mid end))
                           start mid) end)
-        (insert (make-string ?\s n))))
+        (insert (make-string n ?\s))))
 
      ;; Command run for the second time.
      ((not (equal orig-pos (point)))