emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111642: fix last patch


From: Sam Steingold
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111642: fix last patch
Date: Thu, 31 Jan 2013 17:37:54 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111642
committer: Sam Steingold <address@hidden>
branch nick: trunk
timestamp: Thu 2013-01-31 17:37:54 -0500
message:
  fix last patch
modified:
  lisp/simple.el
=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2013-01-31 02:57:35 +0000
+++ b/lisp/simple.el    2013-01-31 22:37:54 +0000
@@ -805,7 +805,7 @@
        ;; 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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]