1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Tweak framep.

This commit is contained in:
Andrea Corallo 2023-06-04 10:58:32 +02:00
parent 6847c01568
commit 85cb075b1b

View 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))