emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master baee135 1/2: * lisp/calc/calc-ext.el (math-scalarp)


From: Stefan Monnier
Subject: [Emacs-diffs] master baee135 1/2: * lisp/calc/calc-ext.el (math-scalarp): Fix typo
Date: Wed, 26 Jun 2019 10:27:42 -0400 (EDT)

branch: master
commit baee135c31fd4c498c38bbc2d1c1f61562e12b07
Author: Bruce Stephens <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * 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 bd5d439..43360fc 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]