(calc-b-prefix-help): Remove references to `calc-symclip'.
This commit is contained in:
parent
dd279d77ab
commit
14467b99c9
2 changed files with 16 additions and 2 deletions
|
@ -1,3 +1,17 @@
|
|||
2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
|
||||
|
||||
* calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
|
||||
Remove.
|
||||
|
||||
* calc/calc-ext.el (calc-init-extensions): Remove references to
|
||||
symclip.
|
||||
|
||||
* calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
|
||||
|
||||
* calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
|
||||
* calc/calc-help.el (calc-b-prefix-help): Remove references to
|
||||
`calc-symclip'.
|
||||
|
||||
2009-11-16 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
|
||||
|
@ -8,7 +22,7 @@
|
|||
(lm-keywords-list): Allow comma-only separator like "foo,bar".
|
||||
Ignore trailing spaces by omit-nulls to split-string (fixing
|
||||
regression from Emacs 21 due to the incompatible split-string
|
||||
change). (Bug #4928.)
|
||||
change). (Bug #4928.)
|
||||
|
||||
2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
|
|
|
@ -575,7 +575,7 @@ C-w Describe how there is no warranty for Calc."
|
|||
(defun calc-b-prefix-help ()
|
||||
(interactive)
|
||||
(calc-do-prefix-help
|
||||
'("And, Or, Xor, Diff, Not; Wordsize, Clip, Symclip"
|
||||
'("And, Or, Xor, Diff, Not; Wordsize, Clip"
|
||||
"Lshift, Rshift, roTate; SHIFT + signed Lshift, Rshift"
|
||||
"SHIFT + business: Pv, Npv, Fv, pMt, #pmts, raTe, Irr"
|
||||
"SHIFT + business: Sln, sYd, Ddb; %ch")
|
||||
|
|
Loading…
Add table
Reference in a new issue