Mercurial > emacs
view nt/install.bat @ 42735:86919cd01cdd
(view-echo-area-messages): New function.
(help-map): Add `e' binding. Delete obsolete `d' binding.
Change old Info bindings C-f, C-k and C-i to F, K, S.
Move view-emacs-FAQ from F to C-f.
Move view-emacs-problems from P to C-e.
Bindings moved here from mule-cmds.el.
C-l binding for describe-language-environment deleted.
Bind C-h like h, to view-hello-file.
(help-for-help): Update for all these changes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 14 Jan 2002 01:36:33 +0000 |
parents | b2da8183c301 |
children | 695cf19ef79e |
line wrap: on
line source
@echo off if (%1) == (speed) set BUILD_TYPE=spd if (%1) == (speed) shift if not (%1) == () set INSTALL_DIR=%1 if not (%1) == () shift nmake -f makefile.nt install %1 %2 %3 %4 %5 %6 %7 %8 %9 set INSTALL_DIR= set BUILD_TYPE=