Mercurial > hg > xemacs-beta
annotate src/m/tandem-s2.h @ 4535:69a1eda3da06
Distinguish vars and functions in #'symbol-file, #'describe-{function,variable}
lisp/ChangeLog addition:
2008-12-22 Aidan Kehoe <kehoea@parhasard.net>
* loadhist.el (symbol-file):
Add support for differentiating between variables and functions to
#'symbol-file.
* help.el (describe-function-1):
(describe-variable):
Call #'symbol-function explicitly with a 'defun or 'defvar
argument, depending on whether we're looking for a variable or a
function.
* cus-face.el (custom-declare-face):
Record information about the face in the load history; code taken
from GNU, pre-GPLv3 revision 1.45.
src/ChangeLog addition:
2008-12-22 Aidan Kehoe <kehoea@parhasard.net>
* symbols.c (Fdefine_function):
* eval.c (define_function):
Record explicitly that we're defining a function in the load
history, in both these files.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 22 Dec 2008 14:07:48 +0000 |
parents | 3ecd8885ac67 |
children |
rev | line source |
---|---|
428 | 1 /* Synched up with: FSF 19.31. */ |
2 | |
3 /* machine description file for the Tandem Integrity S2. */ | |
4 | |
5 #include "mips.h" | |
6 | |
7 /* The following line tells the configuration script what sort of | |
8 operating system this machine is likely to run. | |
9 USUAL-OPSYS="usg5-3" */ | |
10 | |
11 /* This overrides some of the usual support for the mips and system V.3. */ | |
12 | |
13 /* The operating system apparently defines TIOCGETC | |
14 but it doesn't work. */ | |
15 #undef BROKEN_TIOCGETC | |
16 | |
17 /* rs@ai.mit.edu said this was necessary for it to work. However, some | |
18 user of this machine ought to try to get subprocesses to work. */ | |
19 #define NO_SUBPROCESSES | |
20 | |
21 /* Correct some library file names. */ | |
22 #define START_FILES "pre-crt0.o /usr/lib/crt1.o1.31" | |
23 #define LIB_STANDARD "-lbsd -lc /usr/lib/crtn.o1.31" |