comparison lisp/ChangeLog @ 85762:29e75576e47f

* calc/calc.el (calc-emacs-type-lucid): Remove. (calc-digit-map, calcDigit-start, calc-read-key) (calc-clear-unread-commands): * calc/calc-ext.el (calc-user-key-map): Replace uses of calc-emacs-type-lucid with (featurep 'xemacs) * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with (featurep 'xemacs). (tpu-lucid-emacs19-p): Remove. (tpu-map-key): Make it a function instead of using fset. Inline tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs. (tpu-emacs-map-key, tpu-lucid-map-key): Remove. * ielm.el: Use featurep 'xemacs. * progmodes/cperl-mode.el (cperl-xemacs-p): Remove. (condition-case, cperl-can-font-lock, cperl-singly-quote-face) (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces) (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace cperl-xemacs-p with (featurep 'xemacs). (font-lock-cache-position): Pacify byte compiler.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 29 Oct 2007 15:33:04 +0000
parents 1c06368ee698
children 3b291390be13
comparison
equal deleted inserted replaced
85761:7d711fbfe5b5 85762:29e75576e47f
1 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * calc/calc.el (calc-emacs-type-lucid): Remove.
4 (calc-digit-map, calcDigit-start, calc-read-key)
5 (calc-clear-unread-commands):
6 * calc/calc-ext.el (calc-user-key-map): Replace uses of
7 calc-emacs-type-lucid with (featurep 'xemacs)
8
9 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
10 (featurep 'xemacs).
11 (tpu-lucid-emacs19-p): Remove.
12 (tpu-map-key): Make it a function instead of using fset. Inline
13 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
14 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
15
16 * ielm.el: Use featurep 'xemacs.
17
18 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
19 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
20 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
21 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
22 cperl-xemacs-p with (featurep 'xemacs).
23 (font-lock-cache-position): Pacify byte compiler.
24
1 2007-10-29 Drew Adams <drew.adams@oracle.com> 25 2007-10-29 Drew Adams <drew.adams@oracle.com>
2 26
3 * faces.el (read-color): New function. 27 * faces.el (read-color): New function.
4 (face-at-point, foreground-color-at-point) 28 (face-at-point, foreground-color-at-point)
5 (background-color-at-point): New functions. 29 (background-color-at-point): New functions.