emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc.el
Date: Sun, 03 Apr 2005 23:56:46 -0400

Index: emacs/lisp/calc/calc.el
diff -c emacs/lisp/calc/calc.el:1.51 emacs/lisp/calc/calc.el:1.52
*** emacs/lisp/calc/calc.el:1.51        Fri Apr  1 21:43:47 2005
--- emacs/lisp/calc/calc.el     Mon Apr  4 03:56:45 2005
***************
*** 231,237 ****
      (f90-mode . fortran))
    "*Alist of major modes with appropriate Calc languages."
    :group 'calc
!   :type '(alist :key-type symbol :value-type symbol))
  
  (defcustom calc-embedded-announce-formula 
    "%Embed\n\\(% .*\n\\)*"
--- 231,238 ----
      (f90-mode . fortran))
    "*Alist of major modes with appropriate Calc languages."
    :group 'calc
!   :type '(alist :key-type (symbol :tag "Major mode") 
!                 :value-type (symbol :tag "Calc language")))
  
  (defcustom calc-embedded-announce-formula 
    "%Embed\n\\(% .*\n\\)*"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]