diff options
| author | Andrea Corallo | 2023-06-04 12:19:09 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2023-06-04 12:53:38 +0200 |
| commit | fe91af936d8e0ea976fc29771ccd6b8fa10293c5 (patch) | |
| tree | bcbda86dab11e5e6b719a352e09fb074030100a9 | |
| parent | 85cb075b1bda405967641e53be5178585cbc2216 (diff) | |
| download | emacs-fe91af936d8e0ea976fc29771ccd6b8fa10293c5.tar.gz emacs-fe91af936d8e0ea976fc29771ccd6b8fa10293c5.zip | |
* lisp/emacs-lisp/comp.el: Improve 85cb075b1bd.
| -rw-r--r-- | lisp/emacs-lisp/comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 43669e5ce5f..0b5682e23b1 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el | |||
| @@ -412,7 +412,7 @@ Useful to hook into pass checkers.") | |||
| 412 | (frame-root-window (function (&optional (or frame window)) window)) | 412 | (frame-root-window (function (&optional (or frame window)) window)) |
| 413 | (frame-selected-window (function (&optional (or frame window)) window)) | 413 | (frame-selected-window (function (&optional (or frame window)) window)) |
| 414 | (frame-visible-p (function (frame) (or boolean (member icon)))) | 414 | (frame-visible-p (function (frame) (or boolean (member icon)))) |
| 415 | (framep (function (t) (or boolean symbol))) | 415 | (framep (function (t) symbol)) |
| 416 | (fround (function (float) float)) | 416 | (fround (function (float) float)) |
| 417 | (ftruncate (function (float) float)) | 417 | (ftruncate (function (float) float)) |
| 418 | (get (function (symbol symbol) t)) | 418 | (get (function (symbol symbol) t)) |