diff options
| author | Jay Belanger <jay.p.belanger@gmail.com> | 2007-12-26 16:04:00 +0000 |
|---|---|---|
| committer | Jay Belanger <jay.p.belanger@gmail.com> | 2007-12-26 16:04:00 +0000 |
| commit | 7707eaa6b1cadbb47503520e8691bda105f8b506 (patch) | |
| tree | c7cdd092f459a4c850f5ad4d38d6962659843a46 /lisp/calc | |
| parent | 137187c884c1082d20ee014bc692e8e59734919e (diff) | |
| download | emacs-7707eaa6b1cadbb47503520e8691bda105f8b506.tar.gz | |
(calc-lang-allow-percentsigns): New variable.
Diffstat (limited to 'lisp/calc')
| -rw-r--r-- | lisp/calc/calc.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index fa98b161567..76b01a61ec4 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -971,6 +971,8 @@ If nil, selections displayed but ignored.") "A list of languages in which / might represent integer division.") (defvar calc-lang-allow-underscores nil "A list of languages which allow underscores in variable names.") +(defvar calc-lang-allow-percentsigns nil + "A list of languages which allow percent signs in variable names.") (defvar calc-lang-c-type-hex nil "Languages in which octal and hex numbers are written with leading 0 and 0x,") (defvar calc-lang-brackets-are-subscripts nil |
