From 0671d05964b8d9d451c4ce52bcb6023f1ced3f90 Mon Sep 17 00:00:00 2001 From: yoichi Date: Wed, 18 Aug 2004 14:29:40 +0000 Subject: [PATCH] * std11.el (std11-wrap-as-quoted-string): Fix function name for encoding. --- ChangeLog | 5 +++++ std11.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fa0da92..8886f15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-18 Yoichi NAKAYAMA + + * std11.el (std11-wrap-as-quoted-string): Fix function name for + encoding. + 2004-08-11 Katsumi Yamaoka * smtp.el (smtp-parse-progress-message-format): Fix regexp usage. diff --git a/std11.el b/std11.el index 994c914..9990b66 100644 --- a/std11.el +++ b/std11.el @@ -236,7 +236,7 @@ If non-nil, std11-wrap-as-quoted-string use encode-coding-string.") ;; unlimited patch by simm-emacs@fan.gr.jp ;; Mon, 10 Jan 2000 13:03:02 +0900 (if std11-filename-coding-system - (encode-coding-system string std11-filename-coding-system) + (encode-coding-string string std11-filename-coding-system) (std11-wrap-as-quoted-pairs string std11-non-qtext-char-list)) "\"")) -- 1.7.10.4