Remove rcirc-set-{en,de}code-coding-system aliases

These were in the wrong order anyway, so they never had any
effect.

* lisp/net/rcirc.el (rcirc-set-decode-coding-system)
(rcirc-set-encode-coding-system): Remove obsoletion aliases.
(Bug#80145)
This commit is contained in:
Philip Kaludercic 2026-01-17 20:11:09 +01:00
parent 58b9ac601e
commit 674fbfdd9e
No known key found for this signature in database

View file

@ -1338,21 +1338,11 @@ The list is updated automatically by `defun-rcirc-command'.")
(interactive "zCoding system for incoming messages: ")
(setq-local rcirc-decode-coding-system coding-system))
(define-obsolete-function-alias
'rcirc-set-decode-coding-system
'set-rcirc-decode-coding-system
"28.1")
(defun rcirc-set-encode-coding-system (coding-system)
"Set the encode CODING-SYSTEM used in this channel."
(interactive "zCoding system for outgoing messages: ")
(setq-local rcirc-encode-coding-system coding-system))
(define-obsolete-function-alias
'rcirc-set-encode-coding-system
'set-rcirc-encode-coding-system
"28.1")
(defun rcirc-format (pre &optional replace)
"Insert markup formatting PRE.
PRE and \"^O\" (ASCII #x0f) will either be inserted around the