Function: system-sleep--disable
system-sleep--disable is a byte-compiled function defined in
system-sleep.el.gz.
Signature
(system-sleep--disable)
Documentation
Disable the sleep/wake back end.
Implementations
(system-sleep--disable (NIL ((&context . system-sleep--back-end) eql 'w32))) in `system-sleep.el'.
Undocumented
(system-sleep--disable (NIL ((&context . system-sleep--back-end) eql 'ns))) in `system-sleep.el'.
Undocumented
(system-sleep--disable (NIL ((&context . system-sleep--back-end) eql 'dbus))) in `system-sleep.el'.
Undocumented
Source Code
;; Defined in /usr/src/emacs/lisp/system-sleep.el.gz
(cl-defgeneric system-sleep--disable ()
"Disable the sleep/wake back end.")