]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Tweak framep.
authorAndrea Corallo <akrl@sdf.org>
Sun, 4 Jun 2023 08:58:32 +0000 (10:58 +0200)
committerAndrea Corallo <akrl@sdf.org>
Sun, 4 Jun 2023 08:59:04 +0000 (10:59 +0200)
lisp/emacs-lisp/comp.el

index 2ea405728a38a38fbd24af9eef2b0e4957da1aa1..43669e5ce5fc2e481ee4f79653b6bbdbbb28b4cc 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 (member x w32 ns pc pgtk haiku))))
+    (framep (function (t) (or boolean symbol)))
     (fround (function (float) float))
     (ftruncate (function (float) float))
     (get (function (symbol symbol) t))