emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/array.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/array.el
Date: Mon, 26 Nov 2001 11:20:18 -0500

Index: emacs/lisp/array.el
diff -u emacs/lisp/array.el:1.18 emacs/lisp/array.el:1.19
--- emacs/lisp/array.el:1.18    Sun Jul 15 12:15:34 2001
+++ emacs/lisp/array.el Mon Nov 26 11:20:18 2001
@@ -688,7 +688,7 @@
        (kill-line 1))
        (t
        ;; Add the row number.
-       (insert-string (format "%d:\n" this-row))))
+       (insert (format "%d:\n" this-row))))
       ;; Deal with the array columns in this row.
       (cond
        ((= old-columns-per-line new-columns-per-line)



reply via email to

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