summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Stephens <bruce.stephens@isode.com>2019-06-26 10:26:18 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2019-06-26 10:26:18 -0400
commitbaee135c31fd4c498c38bbc2d1c1f61562e12b07 (patch)
tree5a66f4e600ca90d17009e56d9299382a37d42215
parent0b4e003766f15225dede9bdba4ead33e493856e2 (diff)
downloademacs-baee135c31fd4c498c38bbc2d1c1f61562e12b07.tar.gz
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
-rw-r--r--lisp/calc/calc-ext.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el
index bd5d4395a1c..43360fc976f 100644
--- a/lisp/calc/calc-ext.el
+++ b/lisp/calc/calc-ext.el
@@ -2138,7 +2138,7 @@ calc-kill calc-kill-region calc-yank))))
(defalias 'math-numberp #'Math-numberp)
;;; True if A is a complex number or angle. [P x] [Public]
-(defalias 'math-scalarp #'#'Math-scalarp)
+(defalias 'math-scalarp #'Math-scalarp)
;;; True if A is a vector. [P x] [Public]
(defalias 'math-vectorp #'Math-vectorp)