aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2005-05-16 03:52:38 +0000
committerJay Belanger2005-05-16 03:52:38 +0000
commit2833f4219a6c99e30b4d4e33bd5cf3d8af14f902 (patch)
tree94f07d205c14f25f21a250374547a46ceb5fca22
parent6188800ed0d67c48f645bce2bcc213c173e63fd9 (diff)
downloademacs-2833f4219a6c99e30b4d4e33bd5cf3d8af14f902.tar.gz
emacs-2833f4219a6c99e30b4d4e33bd5cf3d8af14f902.zip
(calc-init-extensions): Add `calc-copy-special-constant'.
-rw-r--r--lisp/calc/calc-ext.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el
index 5b23dabbbf5..7a604541944 100644
--- a/lisp/calc/calc-ext.el
+++ b/lisp/calc/calc-ext.el
@@ -416,6 +416,7 @@
416 (define-key calc-mode-map "sd" 'calc-declare-variable) 416 (define-key calc-mode-map "sd" 'calc-declare-variable)
417 (define-key calc-mode-map "se" 'calc-edit-variable) 417 (define-key calc-mode-map "se" 'calc-edit-variable)
418 (define-key calc-mode-map "si" 'calc-insert-variables) 418 (define-key calc-mode-map "si" 'calc-insert-variables)
419 (define-key calc-mode-map "sk" 'calc-copy-special-constant)
419 (define-key calc-mode-map "sl" 'calc-let) 420 (define-key calc-mode-map "sl" 'calc-let)
420 (define-key calc-mode-map "sm" 'calc-store-map) 421 (define-key calc-mode-map "sm" 'calc-store-map)
421 (define-key calc-mode-map "sn" 'calc-store-neg) 422 (define-key calc-mode-map "sn" 'calc-store-neg)
@@ -1075,7 +1076,8 @@ calc-vector-pop-covariance calc-vector-pop-sdev
1075calc-vector-pop-variance calc-vector-product calc-vector-sdev 1076calc-vector-pop-variance calc-vector-product calc-vector-sdev
1076calc-vector-sum calc-vector-variance) 1077calc-vector-sum calc-vector-variance)
1077 1078
1078 ("calc-store" calc-assign calc-copy-variable calc-declare-variable 1079 ("calc-store" calc-assign calc-copy-special-constant
1080calc-copy-variable calc-declare-variable
1079calc-edit-AlgSimpRules calc-edit-Decls calc-edit-EvalRules 1081calc-edit-AlgSimpRules calc-edit-Decls calc-edit-EvalRules
1080calc-edit-ExtSimpRules calc-edit-FitRules calc-edit-GenCount 1082calc-edit-ExtSimpRules calc-edit-FitRules calc-edit-GenCount
1081calc-edit-Holidays calc-edit-IntegLimit calc-edit-LineStyles 1083calc-edit-Holidays calc-edit-IntegLimit calc-edit-LineStyles