# HG changeset patch # User Richard M. Stallman # Date 843452944 0 # Node ID 07cfbdac7ec567ba7ba1f6ef71eb0913a78ec9dd # Parent 69fd25bebd9367019dc2fbdca85ad6ca026165f7 (run-hooks): defconst deleted. The initialization is now in eval.c. diff -r 69fd25bebd93 -r 07cfbdac7ec5 lisp/subr.el --- a/lisp/subr.el Mon Sep 23 04:28:20 1996 +0000 +++ b/lisp/subr.el Mon Sep 23 04:29:04 1996 +0000 @@ -447,12 +447,6 @@ ;;;; 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