From: Gerd Moellmann Date: Fri, 12 May 2000 09:22:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3984 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a265079f99a2b4e3a887da647cd6ff2bdcb997b1;p=emacs.git *** empty log message *** --- diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index 29d97d81acd..d73e79811f1 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi @@ -415,6 +415,7 @@ characters instead of the characters actually in the buffer. When a buffer contains non-@sc{ascii} characters, codes 128 through 255, they are assigned the character set @code{unknown}. @xref{Explicit Encoding}. +@end defun @defun find-charset-string string &optional translation This function returns a list of the character sets that appear in the diff --git a/src/ChangeLog b/src/ChangeLog index 0d4d19feeef..456bd2f22f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-05-12 Gerd Moellmann + + * search.c (Freplace_match): Handle case of `\N' in the + replacement when there's no group N. + 2000-05-11 Gerd Moellmann * xdisp.c (add_to_log): Don't pass the terminating NUL byte