Mercurial > emacs
comparison lisp/ChangeLog @ 111091:a5d92e87313c
Support for systems without floats was removed a decade ago.
* lisp/loadup.el: Unconditionally load float-sup.
* lisp/paren.el (show-paren-delay):
* lisp/emacs-lisp/float-sup.el:
* lisp/emulation/cua-base.el (cua-prefix-override-inhibit-delay):
* lisp/obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
(lazy-lock-stealth-verbose): Assume float support.
* lisp/ps-print.el: Assume float support on Emacs.
* lisp/emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
Remove non-float branch.
* lisp/obsolete/lazy-lock.el: Remove leading `*' from defcustom docs.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 21 Oct 2010 21:03:55 -0700 |
parents | d8eec5279e5e |
children | 811daa44285f |
comparison
equal
deleted
inserted
replaced
111090:d1c6f23c3e92 | 111091:a5d92e87313c |
---|---|
1 2010-10-22 Glenn Morris <rgm@gnu.org> | 1 2010-10-22 Glenn Morris <rgm@gnu.org> |
2 | |
3 * loadup.el: Unconditionally load float-sup. | |
4 * paren.el (show-paren-delay): | |
5 * emacs-lisp/float-sup.el: | |
6 * emulation/cua-base.el (cua-prefix-override-inhibit-delay): | |
7 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice) | |
8 (lazy-lock-stealth-verbose): Assume float support. | |
9 * ps-print.el: Assume float support on Emacs. | |
10 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time): | |
11 Remove non-float branch. | |
2 | 12 |
3 * emacs-lisp/autoload.el (batch-update-autoloads): Update for | 13 * emacs-lisp/autoload.el (batch-update-autoloads): Update for |
4 src/Makefile no longer being pre-processed. | 14 src/Makefile no longer being pre-processed. |
5 | 15 |
6 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca> | 16 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca> |