diff options
| -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 |