summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-02-04 21:04:41 +0000
committerRichard M. Stallman <rms@gnu.org>1998-02-04 21:04:41 +0000
commit7a6a75671cfccb625062b9df61dc0958f1ebc201 (patch)
tree0ac986491b9fa665c1f4be3f2a2b370bccd1d0fb
parentadd7653a79396f908a21e1928c93584260f59875 (diff)
downloademacs-7a6a75671cfccb625062b9df61dc0958f1ebc201.tar.gz
(suspend-hook, suspend-resume-hook): New defvars.
-rw-r--r--lisp/subr.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index d344754c34b..a3d6554e354 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -836,6 +836,12 @@ If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there."
;; 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