From 7a2ada6d10983faa7edf997d3bc9875b603d399f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Tue, 6 Aug 2024 09:40:28 +0200 Subject: [PATCH] * lisp/format.el (format-alist): Make 'duden' format write-only. (cherry picked from commit aa5c725fe7ba0a5e67ce1029061b2d887ddeb949) --- lisp/format.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/format.el b/lisp/format.el index 34bd30e83a5..fc44436874b 100644 --- a/lisp/format.el +++ b/lisp/format.el @@ -90,9 +90,9 @@ ;; FROM-FN used to call the "diac" command which is not widely ;; available and apparently not under a free software license: ;; https://nm.wu-wien.ac.at/nm/download/file/diac4.tar.gz - ;; Reliable round-trip conversion is not possible anyway - ;; and would be by heuristic method, so use nil for now. - nil iso-iso2duden t nil) + ;; Reliable round-trip conversion is not possible anyway and + ;; would be by heuristic method, so make it write-only for now. + iso-cvt-write-only iso-iso2duden t nil) (de646 ,(purecopy "German ASCII (ISO 646)") nil ,(purecopy "iconv -f iso646-de -t utf-8") -- 2.39.2