diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-08-20 16:03:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-08-20 16:03:43 +0000 |
commit | e1dc682b9794b545c46c4f8e6dea4b6597332b4a (patch) | |
tree | 6c43b20ee6ecb10b7f638de05f4c38bcd4d55a06 /src/s | |
parent | 690a41cd40f3ea1fe3dafa9f080745df7aef5593 (diff) | |
download | emacs-e1dc682b9794b545c46c4f8e6dea4b6597332b4a.tar.gz |
(SYSTEM_TYPE): Change to just "aix".
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/aix3-1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index 7ce23b41167..0db5130e935 100644 --- a/src/s/aix3-1.h +++ b/src/s/aix3-1.h @@ -51,7 +51,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* SYSTEM_TYPE should indicate the kind of system you are using. It sets the Lisp variable system-type. */ -#define SYSTEM_TYPE "aix-v3" +#define SYSTEM_TYPE "aix" /* nomultiplejobs should be defined if your system's shell |