diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2008-05-20 10:13:17 +0000 |
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2008-05-20 10:13:17 +0000 |
| commit | c0dc8f895cb2cf958b8c63323baffed0b6e7eadd (patch) | |
| tree | 02b3fa92b84359a1d35da27e0f989b7ba4f678d2 | |
| parent | 1285557220b19dccf382eb9f84f2b8fa6278d2e5 (diff) | |
| download | emacs-c0dc8f895cb2cf958b8c63323baffed0b6e7eadd.tar.gz | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog.7 | 6 | ||||
| -rw-r--r-- | src/ChangeLog.8 | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 91a2699fcfd..959b1fb8f5c 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 @@ -544,7 +544,7 @@ * international/quail.el (quail-start-translation): Bind help-char to nil locally. - * language/cyril-util.el (cyrillic-encode-koi8-r-char): New funciton. + * language/cyril-util.el (cyrillic-encode-koi8-r-char): New function. (cyrillic-encode-alternativnyj-char): New function. * language/cyrillic.el (cyrillic-koi8-r-decode-table): New @@ -718,7 +718,7 @@ 1998-07-26 Ken'ichi Handa <handa@melange.gnu.org> * arc-mode.el (archive-set-buffer-as-visiting-file): Give FILENAME - arg to set-auto-coding-funciton. + arg to set-auto-coding-function. (archive-extract): Pay attention to enable-multibyte-characters. (archive-*-write-file-member): Likewise. (archive-rename-entry): Likewise. @@ -790,7 +790,7 @@ 1998-07-24 Ken'ichi Handa <handa@melange.gnu.org> - * tar-mode.el (tar-extract): Give set-auto-coding-funciton + * tar-mode.el (tar-extract): Give set-auto-coding-function FILENAME argument. 1998-07-25 Kenichi Handa <handa@etl.go.jp> diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index ff49b9003c5..9387181e7ac 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 @@ -13389,7 +13389,7 @@ * coding.c (setup_coding_system): Fix setting up coding->spec.ccl.valid_codes for CCL based coding system. (code_convert_region): Set point to FROM before inserting the - result of pre-write-funciton. Preserve original point. + result of pre-write-function. Preserve original point. (code_convert_string): If coding->type is coding_type_ccl, do conversion even if the length of conversion region is zero. |
