]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el: Improve 85cb075b1bd.
authorAndrea Corallo <akrl@sdf.org>
Sun, 4 Jun 2023 10:19:09 +0000 (12:19 +0200)
committerAndrea Corallo <akrl@sdf.org>
Sun, 4 Jun 2023 10:53:38 +0000 (12:53 +0200)
lisp/emacs-lisp/comp.el

index 43669e5ce5fc2e481ee4f79653b6bbdbbb28b4cc..0b5682e23b16ed97cc098924f0362e7fc5156a5a 100644 (file)
@@ -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))