From: Andrea Corallo Date: Sun, 4 Jun 2023 08:58:32 +0000 (+0200) Subject: * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Tweak framep. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85cb075b1bda405967641e53be5178585cbc2216;p=emacs.git * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Tweak framep. --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 2ea405728a3..43669e5ce5f 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 (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))