comparison lisp/subr.el @ 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 cd31a4ab72de
children fea711fa5768
comparison
equal deleted inserted replaced
20845:2fd9f2883ad4 20846:985a277c9b9a
834 834
835 ;; A number of major modes set this locally. 835 ;; A number of major modes set this locally.
836 ;; Give it a global value to avoid compiler warnings. 836 ;; Give it a global value to avoid compiler warnings.
837 (defvar font-lock-defaults nil) 837 (defvar font-lock-defaults nil)
838 838
839 (defvar suspend-hook nil
840 "Normal hook run by `suspend-emacs', before suspending.")
841
842 (defvar suspend-resume-hook nil
843 "Normal hook run by `suspend-emacs', after Emacs is continued.")
844
839 ;; Avoid compiler warnings about this variable, 845 ;; Avoid compiler warnings about this variable,
840 ;; which has a special meaning on certain system types. 846 ;; which has a special meaning on certain system types.
841 (defvar buffer-file-type nil 847 (defvar buffer-file-type nil
842 "Non-nil if the visited file is a binary file. 848 "Non-nil if the visited file is a binary file.
843 This variable is meaningful on MS-DOG and Windows NT. 849 This variable is meaningful on MS-DOG and Windows NT.