From: Richard M. Stallman Date: Mon, 23 Sep 1996 04:29:04 +0000 (+0000) Subject: (run-hooks): defconst deleted. X-Git-Tag: emacs-20.1~3650 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4fdca28945c75518e72c452a797ffb9ba2326c16;p=emacs.git (run-hooks): defconst deleted. The initialization is now in eval.c. --- 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." ;;;; Hook manipulation functions. -;; We used to have this variable so that C code knew how to run hooks. That -;; calling convention is made obsolete now the hook running functions are in C. -(defconst run-hooks 'run-hooks - "Variable by which C primitives find the function `run-hooks'. -Don't change it. Don't use it either; use the hook running C primitives.") - (defun make-local-hook (hook) "Make the hook HOOK local to the current buffer. When a hook is local, its local and global values