changeset 54579:5133c27cc4f0

(cvs-tree-use-jisx0208): Use char-displayable-p.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 26 Mar 2004 15:20:20 +0000
parents 9e27d826339c
children f9e5bd96c71c
files lisp/cvs-status.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cvs-status.el	Fri Mar 26 15:19:39 2004 +0000
+++ b/lisp/cvs-status.el	Fri Mar 26 15:20:20 2004 +0000
@@ -1,6 +1,6 @@
 ;;; cvs-status.el --- major mode for browsing `cvs status' output
 
-;; Copyright (C) 1999, 2000  Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 03, 2004  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs cvs status tree tools
@@ -385,7 +385,7 @@
 ;;;;
 
 (defvar cvs-tree-use-jisx0208
-  nil ;; (and (char-display-font 'japanese-jisx0208) t)
+  (and (char-displayable-p (make-char 'japanese-jisx0208 40 44)) t)
   "*Non-nil if we should use the graphical glyphs from `japanese-jisx0208'.
 Otherwise, default to ASCII chars like +, - and |.")