emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 213b5d7 2/2: * lisp/emacs-lisp/comp.el (comp-known-t


From: Andrea Corallo
Subject: feature/native-comp 213b5d7 2/2: * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix typo.
Date: Thu, 7 Jan 2021 17:42:54 -0500 (EST)

branch: feature/native-comp
commit 213b5d73159cafbdd52b9c0fb0479544cca98a77
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix typo.
---
 lisp/emacs-lisp/comp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 88b6a46..d1953b5 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -410,7 +410,7 @@ Useful to hook into pass checkers.")
     (radians-to-degrees (function (number) float))
     (rassoc (function (t list) list))
     (rassq (function (t list) list))
-    (read-from-string (function (string &ptional integer integer) cons))
+    (read-from-string (function (string &optional integer integer) cons))
     (recent-keys (function (&optional (or cons null)) vector))
     (recursion-depth (function () integer))
     (regexp-opt (function (list) string))



reply via email to

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