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:
parent
6847c01568
commit
85cb075b1b
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user