comparison lisp/calc/calc.el @ 87413:0f888390c9b8

(calc-lang-allow-percentsigns): New variable.
author Jay Belanger <jay.p.belanger@gmail.com>
date Wed, 26 Dec 2007 16:04:00 +0000
parents e26cf770952c
children 1cd950dd3214 56a72e2bd635
comparison
equal deleted inserted replaced
87412:f6ce12419345 87413:0f888390c9b8
969 "Formatting function used for non-decimal numbers.") 969 "Formatting function used for non-decimal numbers.")
970 (defvar calc-lang-slash-idiv nil 970 (defvar calc-lang-slash-idiv nil
971 "A list of languages in which / might represent integer division.") 971 "A list of languages in which / might represent integer division.")
972 (defvar calc-lang-allow-underscores nil 972 (defvar calc-lang-allow-underscores nil
973 "A list of languages which allow underscores in variable names.") 973 "A list of languages which allow underscores in variable names.")
974 (defvar calc-lang-allow-percentsigns nil
975 "A list of languages which allow percent signs in variable names.")
974 (defvar calc-lang-c-type-hex nil 976 (defvar calc-lang-c-type-hex nil
975 "Languages in which octal and hex numbers are written with leading 0 and 0x,") 977 "Languages in which octal and hex numbers are written with leading 0 and 0x,")
976 (defvar calc-lang-brackets-are-subscripts nil 978 (defvar calc-lang-brackets-are-subscripts nil
977 "Languages in which subscripts are indicated by brackets.") 979 "Languages in which subscripts are indicated by brackets.")
978 (defvar calc-lang-parens-are-subscripts nil 980 (defvar calc-lang-parens-are-subscripts nil