aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger <[email protected]>2005-04-04 03:56:45 +0000
committerJay Belanger <[email protected]>2005-04-04 03:56:45 +0000
commit2f145e580c2de0afcab20657e97b1c9642e93a09 (patch)
treecf7a2bd2e9277c646503043e451d7548d3a7c942
parent72ab3a72362d1589292a03b32ab98d59a6b9d8bc (diff)
(calc-language-alist): Add tags to customization type.
-rw-r--r--lisp/calc/calc.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index 3d78599ecc..ceee013e49 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\\)*"