From: Jay Belanger Date: Mon, 4 Apr 2005 03:56:45 +0000 (+0000) Subject: (calc-language-alist): Add tags to customization type. X-Git-Tag: ttn-vms-21-2-B4~1254 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f145e580c2de0afcab20657e97b1c9642e93a09;p=emacs.git (calc-language-alist): Add tags to customization type. --- diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 3d78599ecc1..ceee013e493 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -231,7 +231,8 @@ (f90-mode . fortran)) "*Alist of major modes with appropriate Calc languages." :group 'calc - :type '(alist :key-type symbol :value-type symbol)) + :type '(alist :key-type (symbol :tag "Major mode") + :value-type (symbol :tag "Calc language"))) (defcustom calc-embedded-announce-formula "%Embed\n\\(% .*\n\\)*"