[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] scratch/raeburn-startup updated (d38cc1a -> 143492e)
From: |
Ken Raeburn |
Subject: |
[Emacs-diffs] scratch/raeburn-startup updated (d38cc1a -> 143492e) |
Date: |
Tue, 30 May 2017 04:53:32 -0400 (EDT) |
raeburn pushed a change to branch scratch/raeburn-startup.
from d38cc1a Write updated loaddefs to a temporary file and rename
into place.
new 04ef26e Suppress some dump-related Lea-malloc calls.
new a6adefd Clear out doc strings matching DOC file before dumping.
new ddae7c3 Allow dumping of elisp--xref-identifier-completion-table.
new ea962a8 Load uniquify after dump/reload.
new 2653005 Support dumping variable aliases.
new 7b8795b Retain overlay properties when dumping.
new 143492e ; admin/notes/big-elc: Notes on this experimental branch.
Summary of changes:
admin/notes/big-elc | 273 +++++++++++++++++++++++++++++++++++++++++++
lisp/loadup.el | 41 ++++---
lisp/progmodes/elisp-mode.el | 22 ++--
src/doc.c | 66 ++++++++---
src/emacs.c | 10 --
src/lisp.h | 6 +-
6 files changed, 362 insertions(+), 56 deletions(-)
create mode 100644 admin/notes/big-elc
- [Emacs-diffs] scratch/raeburn-startup updated (d38cc1a -> 143492e),
Ken Raeburn <=
- [Emacs-diffs] scratch/raeburn-startup 04ef26e 1/7: Suppress some dump-related Lea-malloc calls., Ken Raeburn, 2017/05/30
- [Emacs-diffs] scratch/raeburn-startup ddae7c3 3/7: Allow dumping of elisp--xref-identifier-completion-table., Ken Raeburn, 2017/05/30
- [Emacs-diffs] scratch/raeburn-startup ea962a8 4/7: Load uniquify after dump/reload., Ken Raeburn, 2017/05/30
- [Emacs-diffs] scratch/raeburn-startup 2653005 5/7: Support dumping variable aliases., Ken Raeburn, 2017/05/30
- [Emacs-diffs] scratch/raeburn-startup a6adefd 2/7: Clear out doc strings matching DOC file before dumping., Ken Raeburn, 2017/05/30
- [Emacs-diffs] scratch/raeburn-startup 7b8795b 6/7: Retain overlay properties when dumping., Ken Raeburn, 2017/05/30
- [Emacs-diffs] scratch/raeburn-startup 143492e 7/7: ; admin/notes/big-elc: Notes on this experimental branch., Ken Raeburn, 2017/05/30