emacs-devel
[Top][All Lists]
Advanced

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

Re: master b8062be 3/5: Remove some compat code from eudc-bob.el


From: Lars Ingebrigtsen
Subject: Re: master b8062be 3/5: Remove some compat code from eudc-bob.el
Date: Wed, 12 Aug 2020 19:56:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

larsi@gnus.org (Lars Ingebrigtsen) writes:

>       (save-excursion
> -       (if (fboundp 'set-buffer-file-coding-system)
> -           (set-buffer-file-coding-system 'binary))
> +       (set-buffer-file-coding-system 'binary)
>         (set-buffer buffer)

This seems like "obviously wrong code" (setting the coding system and
then doing `set-buffer'), but I don't use eudc, so ... perhaps it really
wants to set the coding system in the original buffer?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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