Mercurial > emacs
annotate src/m/aviion-intel.h @ 24985:e4f2a5d1dc28
(make-mode-line-mouse-sensitive): Add key
definitions for `top-line'.
(mode-line-format): Replace `mode-name' with
`(:eval mode-line-mode-name)'.
(mode-line-mode-name): New.
(make-mode-line-mouse-sensitive): Don't change default value
of `mode-name'.
(make-mode-line-mouse-sensitive): Use down-mouse-3
instead of mouse-3 to pop up menus.
(make-mode-line-mouse-sensitive): Pop mouse buffer menu over
buffer name.
(mode-line-buffer-menu-1): Removed.
(mode-line-buffer-identification-keymap): New.
(mode-line-buffer-menu-keymap): New.
(mode-line-mode-menu-keymap): New.
(mode-line-unbury-buffer): New.
(mode-line-other-buffer): New.
(mode-line-buffer-menu-1): New.
(mode-line-mode-menu-1): New.
(make-mode-line-mouse-sensitive): New.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 21 Jul 1999 21:43:03 +0000 |
parents | 8e78218db0c5 |
children | 695cf19ef79e |
rev | line source |
---|---|
23697 | 1 /* This file is minor changes for the Data General AViiON intel machines |
2 i586-dg-dguxR4* (tested on i586-dg-dguxR4.11MU04) | |
3 Done by Ehud Karni, 1998-may-30, ehud@unix.simonwiesel.co.il */ | |
4 | |
5 #include "aviion.h" /* 1st load m88k DGUX definitions */ | |
6 | |
7 #define INTEL_DGUX /* define for future possible use */ | |
8 | |
9 /* Intel machines are LITTLE ENDIAN */ | |
10 #undef WORDS_BIG_ENDIAN | |
11 | |
12 /* No correction needed for byte addresses */ | |
13 #undef WORD_MACHINE | |
14 | |
15 #ifndef INTEL386 | |
16 #define INTEL386 /* Identify as Intel machine */ | |
17 #endif | |
18 | |
19 #undef m88k /* It sure is NOT a Motorola machine */ |