From baee135c31fd4c498c38bbc2d1c1f61562e12b07 Mon Sep 17 00:00:00 2001 From: Bruce Stephens Date: Wed, 26 Jun 2019 10:26:18 -0400 Subject: [PATCH] * lisp/calc/calc-ext.el (math-scalarp): Fix typo --- lisp/calc/calc-ext.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5