emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule-util.el [emacs-un


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-util.el [emacs-unicode-2]
Date: Wed, 08 Dec 2004 01:48:32 -0500

Index: emacs/lisp/international/mule-util.el
diff -c emacs/lisp/international/mule-util.el:1.51.6.5 
emacs/lisp/international/mule-util.el:1.51.6.6
*** emacs/lisp/international/mule-util.el:1.51.6.5      Sat Oct 16 00:25:08 2004
--- emacs/lisp/international/mule-util.el       Wed Dec  8 05:02:28 2004
***************
*** 2,8 ****
  
  ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
  ;;   Licensed to the Free Software Foundation.
! ;; Copyright (C) 2000, 2002 Free Software Foundation, Inc.
  ;; Copyright (C) 2003
  ;;   National Institute of Advanced Industrial Science and Technology (AIST)
  ;;   Registration Number H13PRO009
--- 2,8 ----
  
  ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
  ;;   Licensed to the Free Software Foundation.
! ;; Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc.
  ;; Copyright (C) 2003
  ;;   National Institute of Advanced Industrial Science and Technology (AIST)
  ;;   Registration Number H13PRO009
***************
*** 362,367 ****
--- 362,370 ----
    (cond ((< char 256)
         ;; Single byte characters are always displayable.
         t)
+       ((not enable-multibyte-characters)
+        ;; Maybe there's a font for it, but we can't put it in the buffer.
+        nil)
        ((display-multi-font-p)
         ;; On a window system, a character is displayable if we have
         ;; a font for that character in the default face of the
***************
*** 383,387 ****
  ;; coding: iso-2022-7bit
  ;; End:
  
! ;;; arch-tag: 5bdb52b6-a3a5-4529-b7a0-37d01b0e570b
  ;;; mule-util.el ends here
--- 386,390 ----
  ;; coding: iso-2022-7bit
  ;; End:
  
! ;; arch-tag: 5bdb52b6-a3a5-4529-b7a0-37d01b0e570b
  ;;; mule-util.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]