Mercurial > emacs
changeset 104110:3df194265db9
calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Thu, 30 Jul 2009 04:43:11 +0000 |
parents | 49ab4f14fed7 |
children | 16a5cb808d00 |
files | lisp/calc/calc-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-mode.el Thu Jul 30 04:40:41 2009 +0000 +++ b/lisp/calc/calc-mode.el Thu Jul 30 04:43:11 2009 +0000 @@ -664,7 +664,7 @@ (message "Not surrounding vectors with brackets")))) (defun calc-matrix-brackets (arg) - (interactive "sCode letters (R, O, C, P): ") + (interactive "sCode letters (R, O, C): ") (calc-wrapper (let ((code (append (and (string-match "[rR]" arg) '(R)) (and (string-match "[oO]" arg) '(O))