comparison lisp/ChangeLog @ 3698:7d97cf62c899

[xemacs-hg @ 2006-11-24 13:45:37 by aidan] Within truncate-command-history-for-gc, delay execution of all things that look up variable bindings, via 'enqueue-eval-event'.
author aidan
date Fri, 24 Nov 2006 13:45:38 +0000
parents 3b847cba6d71
children f6f6fc9eb269
comparison
equal deleted inserted replaced
3697:29836a140619 3698:7d97cf62c899
1 2004-06-28 Nix <nix@esperi.org.uk>
2
3 * cmdloop.el (truncate-command-history-for-gc): Delay
4 execution of all things that look up variable bindings,
5 via `enqueue-eval-event'.
6
1 2006-11-14 Stephen J. Turnbull <stephen@xemacs.org> 7 2006-11-14 Stephen J. Turnbull <stephen@xemacs.org>
2 8
3 * info.el (Info-find-file-node, Info-insert-dir) 9 * info.el (Info-find-file-node, Info-insert-dir)
4 (Info-read-subfile, Info-insert-file-contents): Maintain invariant 10 (Info-read-subfile, Info-insert-file-contents): Maintain invariant
5 `(equal buffer-file-truename (file-truename buffer-file-name))'. 11 `(equal buffer-file-truename (file-truename buffer-file-name))'.