changeset 20846:985a277c9b9a

(suspend-hook, suspend-resume-hook): New defvars.
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Feb 1998 21:04:41 +0000
parents 2fd9f2883ad4
children b06dd0c28977
files lisp/subr.el
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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