emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master adcf904: Add bignum support in Tramp


From: Robert Pluim
Subject: Re: master adcf904: Add bignum support in Tramp
Date: Tue, 28 Aug 2018 16:40:59 +0200

address@hidden (Michael Albinus) writes:

> -    ;; Convert inode.
> -    (unless (listp (nth 10 attr))
> +    ;; Convert inode.  Big numbers have been added to Emacs 27.
> +    (unless (or (fboundp 'bignump) (listp (nth 10 attr)))

Given that there are people who want to remove #'bignump, should we
(provide "bignum") somewhere to give people a canonical method for
checking for bignum support??

Robert



reply via email to

[Prev in Thread] Current Thread [Next in Thread]