From 14467b99c9bcf328d59789ec7dc2147ac20b87e0 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Mon, 16 Nov 2009 23:35:14 +0000 Subject: [PATCH] (calc-b-prefix-help): Remove references to `calc-symclip'. --- lisp/ChangeLog | 16 +++++++++++++++- lisp/calc/calc-help.el | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c657be318..eab901828b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2009-11-16 Jay Belanger + + * 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 * 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 diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index 50a7140ad2..78f45755d9 100644 --- a/lisp/calc/calc-help.el +++ b/lisp/calc/calc-help.el @@ -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") -- 2.39.2