Mercurial > emacs
changeset 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 | f6ce12419345 |
children | c35602a6afac |
files | lisp/calc/calc.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc.el Wed Dec 26 11:48:37 2007 +0000 +++ b/lisp/calc/calc.el Wed Dec 26 16:04:00 2007 +0000 @@ -971,6 +971,8 @@ "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