mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
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:
parent
58b9ac601e
commit
674fbfdd9e
1 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue