diff options
| author | Richard M. Stallman | 1996-09-23 04:29:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-23 04:29:04 +0000 |
| commit | 4fdca28945c75518e72c452a797ffb9ba2326c16 (patch) | |
| tree | bde7bd9686489ac6b8be1392f964684efc217033 | |
| parent | 2e311f55f2409871aa7e2589cff9d2067779d01a (diff) | |
| download | emacs-4fdca28945c75518e72c452a797ffb9ba2326c16.tar.gz emacs-4fdca28945c75518e72c452a797ffb9ba2326c16.zip | |
(run-hooks): defconst deleted.
The initialization is now in eval.c.
| -rw-r--r-- | lisp/subr.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 8633431c764..c1ab778f38a 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -447,12 +447,6 @@ Please convert your programs to use the variable `baud-rate' directly." | |||
| 447 | 447 | ||
| 448 | ;;;; Hook manipulation functions. | 448 | ;;;; Hook manipulation functions. |
| 449 | 449 | ||
| 450 | ;; We used to have this variable so that C code knew how to run hooks. That | ||
| 451 | ;; calling convention is made obsolete now the hook running functions are in C. | ||
| 452 | (defconst run-hooks 'run-hooks | ||
| 453 | "Variable by which C primitives find the function `run-hooks'. | ||
| 454 | Don't change it. Don't use it either; use the hook running C primitives.") | ||
| 455 | |||
| 456 | (defun make-local-hook (hook) | 450 | (defun make-local-hook (hook) |
| 457 | "Make the hook HOOK local to the current buffer. | 451 | "Make the hook HOOK local to the current buffer. |
| 458 | When a hook is local, its local and global values | 452 | When a hook is local, its local and global values |