]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
authorBruce Stephens <bruce.stephens@isode.com>
Wed, 26 Jun 2019 14:26:18 +0000 (10:26 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Jun 2019 14:26:18 +0000 (10:26 -0400)
lisp/calc/calc-ext.el

index bd5d4395a1c4e7a42e89d4faf709799f8e7b57a8..43360fc976fd86ca9276c0dceb8a035304e76618 100644 (file)
@@ -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)