summaryrefslogtreecommitdiff
path: root/lisp/array.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-08-29 19:21:07 +0000
committerRichard M. Stallman <rms@gnu.org>1999-08-29 19:21:07 +0000
commit18bf4ad8957c3633047393e7d9912c129809f797 (patch)
tree5ea43c3c4c7bf8409bf834b70d86d9128aa14c99 /lisp/array.el
parent289f0da2ca8f283e1e3dbd56283f698fb4a5cec0 (diff)
downloademacs-18bf4ad8957c3633047393e7d9912c129809f797.tar.gz
(array-reconfigure-rows): Use generate-new-buffer.
Diffstat (limited to 'lisp/array.el')
-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."
(message "Working...")
(array-update-buffer-position)
(let* ((main-buffer (buffer-name (current-buffer)))
- (temp-buffer (make-temp-name "Array"))
+ (temp-buffer (generate-new-buffer " *Array*"))
(temp-max-row max-row)
(temp-max-column max-column)
(old-rows-numbered rows-numbered)