Mercurial > emacs
changeset 61258:847aae9ef36a
(calc-language-alist): Add tags to customization type.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Mon, 04 Apr 2005 03:56:45 +0000 |
parents | a4c269a9f159 |
children | 811e71c0ba12 |
files | lisp/calc/calc.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc.el Mon Apr 04 02:12:15 2005 +0000 +++ b/lisp/calc/calc.el Mon Apr 04 03:56:45 2005 +0000 @@ -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\\)*"