]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-b-prefix-help): Remove references to `calc-symclip'.
authorJay Belanger <jay.p.belanger@gmail.com>
Mon, 16 Nov 2009 23:35:14 +0000 (23:35 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Mon, 16 Nov 2009 23:35:14 +0000 (23:35 +0000)
lisp/ChangeLog
lisp/calc/calc-help.el

index 5c657be31803a28de5ff8246ead14892694ab0e7..eab901828bce9d2c8a9ebb977fbc4620bbe2b5e5 100644 (file)
@@ -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>
 
index 50a7140ad2134202f73e8fcaba7f9946bdd64c79..78f45755d9363045a570dd2a76aa76fd6903a8bf 100644 (file)
@@ -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")