From e65186d5b293d718c927e179a64103e661b24c95 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 24 Jul 2002 22:23:44 +0000 Subject: [PATCH] comment --- lisp/international/utf-8.el | 1 - lisp/language/cyril-util.el | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/international/utf-8.el b/lisp/international/utf-8.el index b3f6390322e..327bc7261de 100644 --- a/lisp/international/utf-8.el +++ b/lisp/international/utf-8.el @@ -341,7 +341,6 @@ option is not the default." (write-multibyte-character r3 r2)))) ;; Surrogates, U+D800 .. U+DFFF - ;; Fixme: process them properly. (if (r3 < #xe000) ((r3 = r6) (write-multibyte-character r3 r0) ; eight-bit-graphic diff --git a/lisp/language/cyril-util.el b/lisp/language/cyril-util.el index e35d45b5afe..394400cda97 100644 --- a/lisp/language/cyril-util.el +++ b/lisp/language/cyril-util.el @@ -1,6 +1,6 @@ ;;; cyril-util.el --- utilities for Cyrillic scripts -;; Copyright (C) 1997, 2001 Free Software Foundation, Inc. +;; Copyright (C) 1997, 2001, 2002 Free Software Foundation, Inc. ;; Keywords: mule, multilingual, Cyrillic @@ -25,6 +25,8 @@ ;;; Code: +;; Fixme: are the next two useful? + ;;;###autoload (defun cyrillic-encode-koi8-r-char (char) "Return KOI8-R external character code of CHAR if appropriate." -- 2.39.5