diff options
Diffstat (limited to 'lisp/emacs-lisp/comp-common.el')
| -rw-r--r-- | lisp/emacs-lisp/comp-common.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/comp-common.el b/lisp/emacs-lisp/comp-common.el index 4edfe811586..62fd28f772e 100644 --- a/lisp/emacs-lisp/comp-common.el +++ b/lisp/emacs-lisp/comp-common.el | |||
| @@ -118,7 +118,9 @@ Used to modify the compiler environment." | |||
| 118 | (buffer-substring | 118 | (buffer-substring |
| 119 | (function ((or integer marker) (or integer marker)) string)) | 119 | (function ((or integer marker) (or integer marker)) string)) |
| 120 | (bufferp (function (t) boolean)) | 120 | (bufferp (function (t) boolean)) |
| 121 | (closurep (function (t) boolean)) | ||
| 121 | (byte-code-function-p (function (t) boolean)) | 122 | (byte-code-function-p (function (t) boolean)) |
| 123 | (interpreted-function-p (function (t) boolean)) | ||
| 122 | (capitalize (function ((or integer string)) (or integer string))) | 124 | (capitalize (function ((or integer string)) (or integer string))) |
| 123 | (car (function (list) t)) | 125 | (car (function (list) t)) |
| 124 | (car-less-than-car (function (list list) boolean)) | 126 | (car-less-than-car (function (list list) boolean)) |