# HG changeset patch # User Richard M. Stallman # Date 886626281 0 # Node ID 985a277c9b9abdea72dd0282befbaf9f461b9b49 # Parent 2fd9f2883ad4299477de9d6d6deb3ecd044ef3e9 (suspend-hook, suspend-resume-hook): New defvars. diff -r 2fd9f2883ad4 -r 985a277c9b9a lisp/subr.el --- a/lisp/subr.el Wed Feb 04 19:24:34 1998 +0000 +++ b/lisp/subr.el Wed Feb 04 21:04:41 1998 +0000 @@ -836,6 +836,12 @@ ;; Give it a global value to avoid compiler warnings. (defvar font-lock-defaults nil) +(defvar suspend-hook nil + "Normal hook run by `suspend-emacs', before suspending.") + +(defvar suspend-resume-hook nil + "Normal hook run by `suspend-emacs', after Emacs is continued.") + ;; Avoid compiler warnings about this variable, ;; which has a special meaning on certain system types. (defvar buffer-file-type nil