aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-23 04:29:04 +0000
committerRichard M. Stallman1996-09-23 04:29:04 +0000
commit4fdca28945c75518e72c452a797ffb9ba2326c16 (patch)
treebde7bd9686489ac6b8be1392f964684efc217033
parent2e311f55f2409871aa7e2589cff9d2067779d01a (diff)
downloademacs-4fdca28945c75518e72c452a797ffb9ba2326c16.tar.gz
emacs-4fdca28945c75518e72c452a797ffb9ba2326c16.zip
(run-hooks): defconst deleted.
The initialization is now in eval.c.
-rw-r--r--lisp/subr.el6
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'.
454Don'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.
458When a hook is local, its local and global values 452When a hook is local, its local and global values