emacs-diffs
[Top][All Lists]
Advanced

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

master 891be6f: Fix up previous ebfn2ps tweak


From: Lars Ingebrigtsen
Subject: master 891be6f: Fix up previous ebfn2ps tweak
Date: Thu, 2 Sep 2021 03:20:01 -0400 (EDT)

branch: master
commit 891be6f14065950465bf6e360013ceae0cb955bd
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix up previous ebfn2ps tweak
    
    * lisp/progmodes/ebnf2ps.el (ebnf-print-buffer): Remove NOOP decode
    step.
---
 lisp/progmodes/ebnf2ps.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el
index 3be3d70..6ad55fc 100644
--- a/lisp/progmodes/ebnf2ps.el
+++ b/lisp/progmodes/ebnf2ps.el
@@ -2248,9 +2248,7 @@ number, prompt the user for the name of the file to save 
in."
              ;; Make non-ASCII work (sort of).
              (lambda (string)
                (ps-output t (and string
-                                 (encode-coding-string
-                                  (decode-coding-string string 'utf-8)
-                                  'iso-8859-1))))))
+                                 (encode-coding-string string 'iso-8859-1))))))
     (ebnf-print-region (point-min) (point-max) filename)))
 
 ;;;###autoload



reply via email to

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