emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41716: closed ([PATCH] reader: Use invalid rather than illegal.)


From: GNU bug Tracking System
Subject: bug#41716: closed ([PATCH] reader: Use invalid rather than illegal.)
Date: Wed, 17 Jun 2020 21:28:01 +0000

Your message dated Wed, 17 Jun 2020 23:27:05 +0200
with message-id <87lfklpemu.fsf@gnu.org>
and subject line Re: bug#41716: [PATCH] reader: Use invalid rather than illegal.
has caused the debbugs.gnu.org bug report #41716,
regarding [PATCH] reader: Use invalid rather than illegal.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
41716: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41716
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] reader: Use invalid rather than illegal. Date: Thu, 4 Jun 2020 21:26:23 +0200
* libguile/read.c (scm_read_string_like_syntax): All characters are
permitted by law; some aren't valid in certain contexts.
---
 libguile/read.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libguile/read.c b/libguile/read.c
index 040a178348..122a643018 100644
--- a/libguile/read.c
+++ b/libguile/read.c
@@ -704,7 +704,7 @@ scm_read_string_like_syntax (int chr, SCM port, 
scm_t_read_opts *opts)
                 break;
             bad_escaped:
               scm_i_input_error (FUNC_NAME, port,
-                                 "illegal character in escape sequence: ~S",
+                                 "invalid character in escape sequence: ~S",
                                  scm_list_1 (SCM_MAKE_CHAR (c)));
             }
         }
-- 
2.26.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#41716: [PATCH] reader: Use invalid rather than illegal. Date: Wed, 17 Jun 2020 23:27:05 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hey,

"Jan (janneke) Nieuwenhuizen" <janneke@gnu.org> skribis:

> * libguile/read.c (scm_read_string_like_syntax): All characters are
> permitted by law; some aren't valid in certain contexts.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]