1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix up previous ebfn2ps tweak

* lisp/progmodes/ebnf2ps.el (ebnf-print-buffer): Remove NOOP decode
step.
This commit is contained in:
Lars Ingebrigtsen 2021-09-02 09:19:54 +02:00
parent 7d7e8a9c15
commit 891be6f140

View file

@ -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