Mercurial > emacs
annotate nt/emacs.bat @ 11420:8ab99c3646a7
(compute_char_face): Don't use NULL.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 13 Apr 1995 16:56:05 +0000 |
parents | 306b976d73bf |
children | 1877e9736ea1 |
rev | line source |
---|---|
11401 | 1 |
2 set emacs_path=\emacs | |
3 | |
4 @echo off | |
5 | |
6 set EMACSLOADPATH=%emacs_path%\lisp | |
7 set SHELL=cmd | |
8 set EMACSDATA=%emacs_path%\etc | |
9 set EMACSPATH=%emacs_path%\bin | |
10 set EMACSLOCKDIR=%emacs_path%\lock | |
11 set INFOPATH=%emacs_path%\info | |
12 set EMACSDOC=%emacs_path%\etc | |
13 set TERM=CMD | |
14 | |
15 rem To find the ~\_emacs file | |
16 set HOME=%emacs_path%\nt | |
17 | |
18 %emacs_path%\bin\emacs.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 |