1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-06 23:51:24 -08:00
emacs/lisp/progmodes
Dan Nicolaescu f82460271e * 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.
2007-10-21 17:22:04 +00:00
..
.gitignore
ada-mode.el (ada-save-exceptions-to-file): Use mapc' rather than mapcar'. 2007-09-26 00:23:56 +00:00
ada-prj.el (ada-prj-display-page): Use mapc' rather than mapcar'. 2007-09-26 00:24:29 +00:00
ada-stmt.el
ada-xref.el * textmodes/two-column.el (2C-split, 2C-merge): 2007-10-19 18:41:09 +00:00
antlr-mode.el * emulation/edt-mapper.el (function-key-map): 2007-10-21 17:22:04 +00:00
asm-mode.el
autoconf.el
cc-align.el
cc-awk.el
cc-bytecomp.el
cc-cmds.el (top level): Use mapc rather than mapcar. 2007-10-13 03:01:31 +00:00
cc-compat.el
cc-defs.el
cc-engine.el * progmodes/gud.el (gud-target-name): Move definition before use. 2007-10-21 07:33:32 +00:00
cc-fonts.el
cc-langs.el
cc-menus.el (cc-imenu-c++-generic-expression): Tweak regexp to avoid overflow. 2007-10-17 01:37:23 +00:00
cc-mode.el (c-postprocess-file-styles) 2007-10-12 03:03:25 +00:00
cc-styles.el (c-make-styles-buffer-local) 2007-10-13 03:01:12 +00:00
cc-subword.el
cc-vars.el
cfengine.el
cmacexp.el
compile.el * term/x-win.el (x-gtk-stock-map, icon-map-list) 2007-10-20 06:30:18 +00:00
cperl-mode.el (top level, cperl-imenu-addback) 2007-10-13 03:00:45 +00:00
cpp.el
cwarn.el
dcl-mode.el * progmodes/prolog.el: Undo previous change. 2007-10-21 14:54:34 +00:00
delphi.el (delphi-newline): Use forward-line. 2007-10-18 16:01:02 +00:00
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el (ebnf-yac-token-table): Use mapc rather than mapcar. 2007-10-13 03:00:16 +00:00
ebnf2ps.el (ebnf-map-name, ebnf-dimensions): Use mapc rather than mapcar. 2007-10-13 02:59:56 +00:00
ebrowse.el (ebrowse-tree-mode): Disable undo in the BROWSE buffer. 2007-10-13 12:55:26 +00:00
etags.el * textmodes/two-column.el (2C-split, 2C-merge): 2007-10-19 18:41:09 +00:00
executable.el
f90.el (f90-font-lock-keywords-2, f90-looking-at-type-like): Fix regexp typos. 2007-10-20 03:56:39 +00:00
flymake.el
fortran.el (fortran-mode-abbrev-table, fortran-line-length): Use mapc rather than mapcar. 2007-09-21 08:05:59 +00:00
gdb-ui.el (gdb-info-stack-custom): Ensure current frame is visible. 2007-10-11 04:23:29 +00:00
glasses.el
grep.el
gud.el * progmodes/gud.el (gud-target-name): Move definition before use. 2007-10-21 07:33:32 +00:00
hideif.el
hideshow.el
icon.el
idlw-complete-structtag.el
idlw-help.el
idlw-shell.el * textmodes/two-column.el (2C-split, 2C-merge): 2007-10-19 18:41:09 +00:00
idlw-toolbar.el (idlwave-toolbar-add-everywhere) 2007-10-13 02:58:56 +00:00
idlwave.el (idlwave-complete-in-buffer): Use mapc rather than mapcar. 2007-10-13 23:00:23 +00:00
inf-lisp.el
ld-script.el
m4-mode.el
make-mode.el
mantemp.el
meta-mode.el (meta-mode-syntax-table): Move init into decl. 2007-09-19 14:32:53 +00:00
mixal-mode.el
modula2.el
octave-hlp.el
octave-inf.el (inferior-octave-mode): Use add-hook to 2007-09-22 20:12:05 +00:00
octave-mod.el * emulation/edt-mapper.el (function-key-map): 2007-10-21 17:22:04 +00:00
pascal.el
perl-mode.el
prolog.el * progmodes/prolog.el: Undo previous change. 2007-10-21 14:54:34 +00:00
ps-mode.el
python.el Merge from emacs--rel--22 2007-10-09 08:52:57 +00:00
scheme.el
sh-script.el (sh-make-vars-local, sh-reset-indent-vars-to-global-values): 2007-09-26 00:27:18 +00:00
simula.el
sql.el (top): Use mapc' rather than mapcar'. 2007-09-26 00:28:25 +00:00
tcl.el
vera-mode.el * emulation/edt-mapper.el (function-key-map): 2007-10-21 17:22:04 +00:00
vhdl-mode.el * emulation/edt-mapper.el (function-key-map): 2007-10-21 17:22:04 +00:00
which-func.el
xscheme.el (top): Use mapc' rather than mapcar'. 2007-09-26 00:30:33 +00:00