summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ebnf2ps.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/ebnf2ps.el')
-rw-r--r--lisp/progmodes/ebnf2ps.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el
index 3be3d7032db..6ad55fc1423 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