aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1999-08-29 19:21:07 +0000
committerRichard M. Stallman1999-08-29 19:21:07 +0000
commit18bf4ad8957c3633047393e7d9912c129809f797 (patch)
tree5ea43c3c4c7bf8409bf834b70d86d9128aa14c99
parent289f0da2ca8f283e1e3dbd56283f698fb4a5cec0 (diff)
downloademacs-18bf4ad8957c3633047393e7d9912c129809f797.tar.gz
emacs-18bf4ad8957c3633047393e7d9912c129809f797.zip
(array-reconfigure-rows): Use generate-new-buffer.
-rw-r--r--lisp/array.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/array.el b/lisp/array.el
index 4084db05757..2592dc60b2b 100644
--- a/lisp/array.el
+++ b/lisp/array.el
@@ -646,7 +646,7 @@ of rows-numbered."
646 (message "Working...") 646 (message "Working...")
647 (array-update-buffer-position) 647 (array-update-buffer-position)
648 (let* ((main-buffer (buffer-name (current-buffer))) 648 (let* ((main-buffer (buffer-name (current-buffer)))
649 (temp-buffer (make-temp-name "Array")) 649 (temp-buffer (generate-new-buffer " *Array*"))
650 (temp-max-row max-row) 650 (temp-max-row max-row)
651 (temp-max-column max-column) 651 (temp-max-column max-column)
652 (old-rows-numbered rows-numbered) 652 (old-rows-numbered rows-numbered)