comparison lisp/ChangeLog @ 87941:d77b6e5ee8af

* sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at): * message.el (message-beginning-of-line): Use featurep instead of bound tests in order to resolve conditionals at compile time. * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous) (reftex-toc-restore-region): * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer) (reftex-index-phrases-apply-to-region): * textmodes/ispell.el (ispell-word): * progmodes/vhdl-mode.el (vhdl-keep-region-active): * progmodes/pascal.el (pascal-mark-defun): * progmodes/f90.el (f90-mark-subprogram, f90-indent-region) (f90-fill-region): * emulation/tpu-edt.el (tpu-set-mark): * emulation/crisp.el (crisp-region-active): * winner.el (winner-active-region): * ansi-color.el (ansi-color-set-extent-face): Use featurep instead of bound tests in order to resolve conditionals at compile time.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 24 Jan 2008 15:14:52 +0000
parents 8b1791fcbc5b
children d497b71f87dc
comparison
equal deleted inserted replaced
87940:657fb7a7fe8e 87941:d77b6e5ee8af
1 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
4 (reftex-toc-restore-region):
5 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
6 (reftex-index-phrases-apply-to-region):
7 * textmodes/ispell.el (ispell-word):
8 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
9 * progmodes/pascal.el (pascal-mark-defun):
10 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
11 (f90-fill-region):
12 * emulation/tpu-edt.el (tpu-set-mark):
13 * emulation/crisp.el (crisp-region-active):
14 * winner.el (winner-active-region):
15 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
16 of bound tests in order to resolve conditionals at compile time.
17
1 2008-01-24 Juanma Barranquero <lekktu@gmail.com> 18 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
2 19
3 * delsel.el (delsel-unload-function): Don't use `remprop'; it is 20 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
4 not autoloaded, and we wouldn't want to load CL just to unload 21 not autoloaded, and we wouldn't want to load CL just to unload
5 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>. 22 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.