Searched refs:autoaway (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-autoaway.el1 ;;; erc-autoaway.el --- Provides autoaway for ERC
34 (defgroup erc-autoaway nil
39 (defvar erc-autoaway-idletimer nil
41 This is only used when `erc-autoaway-idle-method' is set to 'emacs.")
43 (defvar erc-autoaway-last-sent-time (erc-current-time)
46 (defvar erc-autoaway-caused-away nil
50 (eval-when-compile (defvar erc-autoaway-idle-seconds))
52 (defun erc-autoaway-reestablish-idletimer ()
54 If `erc-autoaway
87 (define-erc-module autoaway nil function
[all...]
H A Derc.el1817 (const :tag "autoaway: Set away status automatically" autoaway)

Completed in 303 milliseconds