Mercurial > emacs
view nt/install.bat @ 20089:5da6e31f3b24
(ispell-change-dictionary): Fix error message.
(ispell-buffer-local-parsing): Fix message.
(ispell-get-word): Use buffer-substring-no-properties.
(ispell-buffer-local-dict): Likewise.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 19 Oct 1997 19:54:35 +0000 |
parents | afc59ce2842a |
children | cc0d47241404 |
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 nmake -f makefile.nt install set INSTALL_DIR= set BUILD_TYPE=