emacs-diffs
[Top][All Lists]
Advanced

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

master fe91af936d8 1/4: * lisp/emacs-lisp/comp.el: Improve 85cb075b1bd.


From: Andrea Corallo
Subject: master fe91af936d8 1/4: * lisp/emacs-lisp/comp.el: Improve 85cb075b1bd.
Date: Sun, 4 Jun 2023 07:08:11 -0400 (EDT)

branch: master
commit fe91af936d8e0ea976fc29771ccd6b8fa10293c5
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * lisp/emacs-lisp/comp.el: Improve 85cb075b1bd.
---
 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 43669e5ce5f..0b5682e23b1 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -412,7 +412,7 @@ Useful to hook into pass checkers.")
     (frame-root-window (function (&optional (or frame window)) window))
     (frame-selected-window (function (&optional (or frame window)) window))
     (frame-visible-p (function (frame) (or boolean (member icon))))
-    (framep (function (t) (or boolean symbol)))
+    (framep (function (t) symbol))
     (fround (function (float) float))
     (ftruncate (function (float) float))
     (get (function (symbol symbol) t))



reply via email to

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