diff options
| -rw-r--r-- | lispref/nonascii.texi | 1 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 6 insertions, 0 deletions
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. | |||
| 415 | When a buffer contains non-@sc{ascii} characters, codes 128 through 255, | 415 | When a buffer contains non-@sc{ascii} characters, codes 128 through 255, |
| 416 | they are assigned the character set @code{unknown}. @xref{Explicit | 416 | they are assigned the character set @code{unknown}. @xref{Explicit |
| 417 | Encoding}. | 417 | Encoding}. |
| 418 | @end defun | ||
| 418 | 419 | ||
| 419 | @defun find-charset-string string &optional translation | 420 | @defun find-charset-string string &optional translation |
| 420 | This function returns a list of the character sets that appear in the | 421 | 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 @@ | |||
| 1 | 2000-05-12 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * search.c (Freplace_match): Handle case of `\N' in the | ||
| 4 | replacement when there's no group N. | ||
| 5 | |||
| 1 | 2000-05-11 Gerd Moellmann <gerd@gnu.org> | 6 | 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (add_to_log): Don't pass the terminating NUL byte | 8 | * xdisp.c (add_to_log): Don't pass the terminating NUL byte |