emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 595e506: * lisp/erc/erc.el (erc-user-mode): Set "+i" by default


From: Amin Bandali
Subject: emacs-28 595e506: * lisp/erc/erc.el (erc-user-mode): Set "+i" by default.
Date: Sun, 3 Oct 2021 23:13:42 -0400 (EDT)

branch: emacs-28
commit 595e506c829156c72206c6db95b04c54bae1d025
Author: Stefan Kangas <stefan@marxist.se>
Commit: Amin Bandali <bandali@gnu.org>

    * lisp/erc/erc.el (erc-user-mode): Set "+i" by default.
---
 lisp/erc/erc.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index c4077d4..308812f 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -188,10 +188,12 @@ parameters and authentication."
 It is not strictly necessary to provide this, since ERC will
 prompt you for it.")
 
-(defcustom erc-user-mode nil
+(defcustom erc-user-mode "+i"
+  ;; +i "Invisible".  Hides user from global /who and /names.
   "Initial user modes to be set after a connection is established."
   :group 'erc
-  :type '(choice (const nil) string function))
+  :type '(choice (const nil) string function)
+  :version "28.1")
 
 
 (defcustom erc-prompt-for-password t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]