diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 5c0b5e340bb..1920503b8c4 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el | |||
| @@ -1195,14 +1195,14 @@ | |||
| 1195 | window-width zerop)) | 1195 | window-width zerop)) |
| 1196 | (side-effect-and-error-free-fns | 1196 | (side-effect-and-error-free-fns |
| 1197 | '(arrayp atom | 1197 | '(arrayp atom |
| 1198 | bobp bolp bool-vector-p | 1198 | bignump bobp bolp bool-vector-p |
| 1199 | buffer-end buffer-list buffer-size buffer-string bufferp | 1199 | buffer-end buffer-list buffer-size buffer-string bufferp |
| 1200 | car-safe case-table-p cdr-safe char-or-string-p characterp | 1200 | car-safe case-table-p cdr-safe char-or-string-p characterp |
| 1201 | charsetp commandp cons consp | 1201 | charsetp commandp cons consp |
| 1202 | current-buffer current-global-map current-indentation | 1202 | current-buffer current-global-map current-indentation |
| 1203 | current-local-map current-minor-mode-maps current-time | 1203 | current-local-map current-minor-mode-maps current-time |
| 1204 | eobp eolp eq equal eventp | 1204 | eobp eolp eq equal eventp |
| 1205 | floatp following-char framep | 1205 | fixnump floatp following-char framep |
| 1206 | get-largest-window get-lru-window | 1206 | get-largest-window get-lru-window |
| 1207 | hash-table-p | 1207 | hash-table-p |
| 1208 | identity ignore integerp integer-or-marker-p interactive-p | 1208 | identity ignore integerp integer-or-marker-p interactive-p |