Move wholenump
alias definition
* src/data.c (syms_of_data): From here... * lisp/subr.el (wholenump): ...to here, with the other aliases.
This commit is contained in:
parent
7e03fa2d82
commit
c290b034e0
2 changed files with 1 additions and 2 deletions
|
@ -2021,6 +2021,7 @@ instead; it will indirectly limit the specpdl stack size as well.")
|
|||
(defalias 'store-match-data #'set-match-data)
|
||||
(defalias 'chmod #'set-file-modes)
|
||||
(defalias 'mkdir #'make-directory)
|
||||
(defalias 'wholenump #'natnump)
|
||||
|
||||
;; These were the XEmacs names, now obsolete:
|
||||
(defalias 'point-at-eol #'line-end-position)
|
||||
|
|
|
@ -4369,8 +4369,6 @@ syms_of_data (void)
|
|||
defsubr (&Sbool_vector_count_consecutive);
|
||||
defsubr (&Sbool_vector_count_population);
|
||||
|
||||
set_symbol_function (Qwholenump, XSYMBOL (Qnatnump)->u.s.function);
|
||||
|
||||
DEFVAR_LISP ("most-positive-fixnum", Vmost_positive_fixnum,
|
||||
doc: /* The greatest integer that is represented efficiently.
|
||||
This variable cannot be set; trying to do so will signal an error. */);
|
||||
|
|
Loading…
Add table
Reference in a new issue