From: Bruce Stephens Date: Wed, 26 Jun 2019 14:26:18 +0000 (-0400) Subject: * lisp/calc/calc-ext.el (math-scalarp): Fix typo X-Git-Tag: emacs-27.0.90~2204 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=baee135c31fd4c498c38bbc2d1c1f61562e12b07;p=emacs.git * lisp/calc/calc-ext.el (math-scalarp): Fix typo --- 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)