]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 20 May 2008 10:13:17 +0000 (10:13 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 20 May 2008 10:13:17 +0000 (10:13 +0000)
lisp/ChangeLog.7
src/ChangeLog.8

index 91a2699fcfda94b927139e8339de8e6a46c761f4..959b1fb8f5c555fb6acdb6150240ba63b3de5b9f 100644 (file)
        * 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
 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.
 
 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>
index ff49b9003c5f7b5f59619a4731e4c44074284f0f..9387181e7ac72d3a51dad14c558700e9c6fead61 100644 (file)
        * 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.