From 4fdca28945c75518e72c452a797ffb9ba2326c16 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 23 Sep 1996 04:29:04 +0000 Subject: [PATCH] (run-hooks): defconst deleted. The initialization is now in eval.c. --- lisp/subr.el | 6 ------ 1 file changed, 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." ;;;; 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 -- 2.39.2