1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00
emacs/doc
Paul Eggert ec1b4d9a51 Rewrite memory-limit in Lisp
Have it return Emacs virtual memory size, not the sbrk value
which is often useless newadays.
* doc/lispref/internals.texi (Garbage Collection):
* etc/NEWS: Document this.
* lisp/subr.el (memory-limit): New implementation in Lisp,
written in terms of process-attributes, and which returns
virtual memory size.
* src/alloc.c (Fmemory_limit): Remove C implementation.
2018-06-16 08:33:36 -07:00
..
emacs Improve documentation of several recent changes 2018-06-16 13:10:52 +03:00
lispintro Merge from origin/emacs-26 2018-06-02 10:29:37 -07:00
lispref Rewrite memory-limit in Lisp 2018-06-16 08:33:36 -07:00
man Merge from origin/emacs-26 2018-05-15 09:09:48 -07:00
misc Flymake and backends exchange hints abouts changed regions 2018-06-15 14:59:42 +01:00