# HG changeset patch # User Karl Heuer # Date 822531565 0 # Node ID 0f8f0073316585b81404c87e279ab5646b2165c8 # Parent c819273fe29c3960fffa0d0cb7fdd2e753b3332d (array-what-position): Delete format call inside message. diff -r c819273fe29c -r 0f8f00733165 lisp/array.el --- a/lisp/array.el Thu Jan 25 00:59:05 1996 +0000 +++ b/lisp/array.el Thu Jan 25 00:59:25 1996 +0000 @@ -103,9 +103,9 @@ (interactive) (let ((buffer-line (current-line)) (buffer-column (current-column))) - (message (format "Array row: %s Array column: %s" - (prin1-to-string (array-current-row)) - (prin1-to-string (array-current-column)))))) + (message "Array row: %s Array column: %s" + (prin1-to-string (array-current-row)) + (prin1-to-string (array-current-column))))) (defun array-display-local-variables () "Display the current state of the local variables in the minibuffer."