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:
parent
7d7e8a9c15
commit
891be6f140
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue