calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
This commit is contained in:
parent
65d0154bdc
commit
38216c3089
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
|
||||
|
||||
* calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
|
||||
|
||||
2009-07-29 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
* progmodes/cc-defs.el (c-version): Bump to 5.31.7.
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue