diff options
author | Tom Tromey <tom@tromey.com> | 2018-08-11 13:34:17 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-08-11 13:34:17 -0600 |
commit | 78ec68e18f07a90a9ad400683b973ff51baa80e1 (patch) | |
tree | 638c986bf753e3ddab9992ba1ef0a10a3d4891f0 /lisp/emacs-lisp | |
parent | ba1c4f63e3d2adbe9b590a3c51c2a0808c84723f (diff) | |
parent | 79f59d41a3d2ef3b4a9a87265bf517206a5837ad (diff) | |
download | emacs-78ec68e18f07a90a9ad400683b973ff51baa80e1.tar.gz emacs-78ec68e18f07a90a9ad400683b973ff51baa80e1.tar.bz2 emacs-78ec68e18f07a90a9ad400683b973ff51baa80e1.zip |
Merge branch 'feature/bignum'
Diffstat (limited to 'lisp/emacs-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 @@ window-width zerop)) (side-effect-and-error-free-fns '(arrayp atom - bobp bolp bool-vector-p + bignump bobp bolp bool-vector-p buffer-end buffer-list buffer-size buffer-string bufferp car-safe case-table-p cdr-safe char-or-string-p characterp charsetp commandp cons consp current-buffer current-global-map current-indentation current-local-map current-minor-mode-maps current-time eobp eolp eq equal eventp - floatp following-char framep + fixnump floatp following-char framep get-largest-window get-lru-window hash-table-p identity ignore integerp integer-or-marker-p interactive-p |