diff options
Diffstat (limited to 'lisp/net/rcirc.el')
-rw-r--r-- | lisp/net/rcirc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index c80cd49c006..938fadfed74 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -293,7 +293,7 @@ The following replacements are made: Setting this alone will not affect the prompt; use either M-x customize or also call `rcirc-update-prompt'." :type 'string - :set 'rcirc-set-changed + :set #'rcirc-set-changed :initialize 'custom-initialize-default) (defcustom rcirc-keywords nil |