Mercurial > emacs
comparison lisp/ChangeLog @ 85511:f873840f9fea
* emulation/edt-mapper.el (function-key-map):
(edt-map-key): Make it a function instead of using fset. Inline
edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
(edt-gnu-map-key, edt-lucid-map-key): Remove.
(edt-x-emacs-p): Remove.
(edt-emacs-variant, edt-window-system, edt-xserver):
Use featurep 'xemacs.
* net/eudc.el: Use (featurep 'xemacs) instead of the string test.
Replace eudc-xemacs-p with its definition.
(eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
(eudc-emacs-mule-p): Remove.
(eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
eudc-xemacs-p with feature tests.
* net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
(eudc-bob-url-keymap, eudc-bob-sound-keymap)
(eudc-bob-generic-keymap, eudc-bob-popup-menu)
(eudc-bob-toggle-inline-display):
* net/eudc-hotlist.el (eudc-hotlist-emacs-menu): Replace
eudc-emacs-p and eudc-xemacs-p with feature tests.
* net/eudcb-ph.el (eudc-ph-open-session): Replace
eudc-xemacs-mule-p with its former definition.
* progmodes/octave-mod.el (octave-xemacs-p): Remove.
(octave-abbrev-start): Replace octave-xemacs-p with
(featurep 'xemacs).
* progmodes/vera-mode.el (vera-xemacs): Remove.
(vera-mode-syntax-table): Replace vera-xemacs with
(featurep 'xemacs).
* progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
(vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
(vhdl-speedbar-initialize, vhdl-ps-print-init)
(vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
(vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
with (featurep 'xemacs).
* progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
(save-buffer-state-x):
* obsolete/fast-lock.el (fast-lock-verbose):
* emulation/viper-init.el (viper-xemacs-p)
(viper-cond-compile-for-xemacs-or-emacs):
* emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
* ps-print.el (case-fold-search):
* ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
* calculator.el (calculator-help): Use featurep 'xemacs.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 21 Oct 2007 17:22:04 +0000 |
parents | e2eac01cf548 |
children | 589532be95ec |
comparison
equal
deleted
inserted
replaced
85510:e2eac01cf548 | 85511:f873840f9fea |
---|---|
1 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu> | 1 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu> |
2 | |
3 * emulation/edt-mapper.el (function-key-map): | |
4 (edt-map-key): Make it a function instead of using fset. Inline | |
5 edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs. | |
6 (edt-gnu-map-key, edt-lucid-map-key): Remove. | |
7 (edt-x-emacs-p): Remove. | |
8 (edt-emacs-variant, edt-window-system, edt-xserver): | |
9 Use featurep 'xemacs. | |
10 | |
11 * net/eudc.el: Use (featurep 'xemacs) instead of the string test. | |
12 Replace eudc-xemacs-p with its definition. | |
13 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p) | |
14 (eudc-emacs-mule-p): Remove. | |
15 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and | |
16 eudc-xemacs-p with feature tests. | |
17 | |
18 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap) | |
19 (eudc-bob-url-keymap, eudc-bob-sound-keymap) | |
20 (eudc-bob-generic-keymap, eudc-bob-popup-menu) | |
21 (eudc-bob-toggle-inline-display): | |
22 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu): Replace | |
23 eudc-emacs-p and eudc-xemacs-p with feature tests. | |
24 | |
25 * net/eudcb-ph.el (eudc-ph-open-session): Replace | |
26 eudc-xemacs-mule-p with its former definition. | |
27 | |
28 * progmodes/octave-mod.el (octave-xemacs-p): Remove. | |
29 (octave-abbrev-start): Replace octave-xemacs-p with | |
30 (featurep 'xemacs). | |
31 | |
32 * progmodes/vera-mode.el (vera-xemacs): Remove. | |
33 (vera-mode-syntax-table): Replace vera-xemacs with | |
34 (featurep 'xemacs). | |
35 | |
36 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove. | |
37 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init) | |
38 (vhdl-speedbar-initialize, vhdl-ps-print-init) | |
39 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages) | |
40 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs | |
41 with (featurep 'xemacs). | |
42 | |
43 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx) | |
44 (save-buffer-state-x): | |
45 * obsolete/fast-lock.el (fast-lock-verbose): | |
46 * emulation/viper-init.el (viper-xemacs-p) | |
47 (viper-cond-compile-for-xemacs-or-emacs): | |
48 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map): | |
49 * ps-print.el (case-fold-search): | |
50 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): | |
51 * calculator.el (calculator-help): Use featurep 'xemacs. | |
2 | 52 |
3 * progmodes/prolog.el: Undo previous change. | 53 * progmodes/prolog.el: Undo previous change. |
4 (comint-prompt-regexp, comint-process-echoes): Pacify | 54 (comint-prompt-regexp, comint-process-echoes): Pacify |
5 byte-compiler. | 55 byte-compiler. |
6 | 56 |