mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(suspend-hook, suspend-resume-hook): New defvars.
This commit is contained in:
parent
d979dc2b3d
commit
4fb1703731
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user