summaryrefslogtreecommitdiff
path: root/lisp/calc/calc.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calc/calc.el')
-rw-r--r--lisp/calc/calc.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index 27623907d45..3917cfab3fe 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -830,20 +830,6 @@ If nil, selections displayed but ignored.")
(defvar var-gamma '(special-const (math-gamma-const)))
(defvar var-Modes '(special-const (math-get-modes-vec)))
-(defvar calc-language-alist
- '((latex-mode . latex)
- (tex-mode . tex)
- (plain-tex-mode . tex)
- (context-mode . tex)
- (nroff-mode . eqn)
- (pascal-mode . pascal)
- (c-mode . c)
- (c++-mode . c)
- (fortran-mode . fortran)
- (f90-mode . fortran))
- "Alist of major modes with appropriate Calc languages.")
-
-
(mapcar (lambda (v) (or (boundp v) (set v nil)))
calc-local-var-list)