1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00
emacs/doc
Paul Eggert efc262f5f8 Initialize cl--gensym-counter to 0
Previously it was initialized to a random value, which made it
harder to reproduce earlier Emacs runs.  The need for a random
value went away when Emacs introduced and used the #: syntax for
uninterned symbols (Bug#20862).
* doc/misc/cl.texi (Creating Symbols, Common Lisp Compatibility):
Document that cl--gensym-counter now starts with 0.
* lisp/emacs-lisp/cl-lib.el (cl--gensym-counter): Remove.
(cl--random-time): Move to near only remaining use.
* lisp/emacs-lisp/cl-macs.el (cl--gensym-counter): Initialize to 0.
2015-06-27 10:59:08 -07:00
..
emacs Doc fix for deletion commands 2015-06-26 09:05:40 +08:00
lispintro * doc/lispintro/emacs-lisp-intro.texi (Data types): 2015-06-25 10:23:03 +08:00
lispref Minor corrections in ELisp manual 2015-06-26 13:03:02 +03:00
man Fix tagging of class members in C-like OO languages 2015-05-25 18:02:21 +03:00
misc Initialize cl--gensym-counter to 0 2015-06-27 10:59:08 -07:00