/[emacs]/emacs/lisp/calc/calc.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.56 by lute, Thu May 26 13:30:23 2005 UTC revision 1.57 by jpb, Thu May 26 17:59:23 2005 UTC
# Line 830  If nil, selections displayed but ignored Line 830  If nil, selections displayed but ignored
830  (defvar var-gamma '(special-const (math-gamma-const)))  (defvar var-gamma '(special-const (math-gamma-const)))
831  (defvar var-Modes '(special-const (math-get-modes-vec)))  (defvar var-Modes '(special-const (math-get-modes-vec)))
832    
 (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.")  
   
   
833  (mapcar (lambda (v) (or (boundp v) (set v nil)))  (mapcar (lambda (v) (or (boundp v) (set v nil)))
834            calc-local-var-list)            calc-local-var-list)
835    

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26