Mercurial > hg > xemacs-beta
diff lisp/packages/array.el @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 0293115a14e9 |
children |
line wrap: on
line diff
--- a/lisp/packages/array.el Mon Aug 13 09:00:04 2007 +0200 +++ b/lisp/packages/array.el Mon Aug 13 09:02:59 2007 +0200 @@ -105,9 +105,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."