From 7707eaa6b1cadbb47503520e8691bda105f8b506 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Wed, 26 Dec 2007 16:04:00 +0000 Subject: [PATCH] (calc-lang-allow-percentsigns): New variable. --- lisp/calc/calc.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.4.GIT