Re: Add two trivial GNU Emacs compat functions
Michael Sperber <[email protected]>
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
"Stephen J. Turnbull" <[email protected]> writes: > Michael Sperber writes: > > > Suggestions for better places to put these welcome ... I'll wait until > > the weekend before pushing this. > > You are proposing this for core or for the fsf-compat package? Good point: fsf-compat > > +;;;###autoload > > +(defalias 'wholenump 'natnump) > > Is this correct? (Just checking that the semantics really are the > same. In the grade school mathematics I was taught, they're > different, and the difference matters: it's zero. So probably they > are, missing zero would be pretty annoying in applications I think.) It's correct in the sense that it's the same as in GNU Emacs ... (The German equivalent of ANSI says 0 is a natural number, BTW.) -- Regards, Mike