annotate src/s/ux4800.h @ 82467:ff85cbd27ee2
2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
* viper.el (viper-remove-hooks): remove some additional viper hooks
when the user calls viper-go-away.
(viper-go-away): restore the default of default-major-mode.
Save the value of default-major-mode before vaperization.
* viper-cmd.el: Replace error "" with "Viper bell".
* viper-ex.el: Replace error "" with "Viper bell".
* ediff-util.el (ediff-make-temp-file): use the coding system of the
buffer for which file is created.
author |
Michael Kifer <kifer@cs.stonybrook.edu> |
date |
Sun, 19 Aug 2007 13:47:08 +0000 |
parents |
695cf19ef79e |
children |
375f2633d815 |
rev |
line source |
23634
|
1 /* Definitions file for GNU Emacs running on NEC's UX/4800 (SVR4.2MP) */
|
|
2 #include "usg5-4-2.h"
|
|
3 #undef LIB_MOTIF
|
|
4 #ifndef nec_ews
|
|
5 #define nec_ews
|
|
6 #endif
|
|
7 #ifndef nec_ews_svr4
|
|
8 #define nec_ews_svr4
|
|
9 #endif
|
|
10 #define XOS_NEEDS_TIME_H
|
|
11 #define HAVE_CLOCK
|
|
12 #ifdef __STDC__
|
|
13 #define MKDIR_PROTOTYPE int mkdir(char *dpath, mode_t dmode)
|
|
14 #endif
|
|
15 #ifndef __GNUC__
|
|
16 #define C_DEBUG_SWITCH -O -KOlimit=3000 -ZXNd=5000
|
|
17 #endif
|
52401
|
18
|
|
19 /* arch-tag: e42eeb13-028a-490b-8427-0b57010f2ab9
|
|
20 (do not change this comment) */
|