]> code.delx.au - gnu-emacs/commitdiff
(cvs-tree-use-jisx0208): Use char-displayable-p.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 26 Mar 2004 15:20:20 +0000 (15:20 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 26 Mar 2004 15:20:20 +0000 (15:20 +0000)
lisp/cvs-status.el

index b2945ca21beea80a4fddc77b1479b9d794fa7648..528ab74e50981bcc5aa36a8348714e825a699850 100644 (file)
@@ -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 @@ the list is a three-string list TAG, KIND, REV."
 ;;;;
 
 (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 |.")