aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cvs-status.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cvs-status.el b/lisp/cvs-status.el
index b2945ca21be..528ab74e509 100644
--- a/lisp/cvs-status.el
+++ b/lisp/cvs-status.el
@@ -1,6 +1,6 @@
1;;; cvs-status.el --- major mode for browsing `cvs status' output 1;;; cvs-status.el --- major mode for browsing `cvs status' output
2 2
3;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. 3;; Copyright (C) 1999, 2000, 03, 2004 Free Software Foundation, Inc.
4 4
5;; Author: Stefan Monnier <monnier@cs.yale.edu> 5;; Author: Stefan Monnier <monnier@cs.yale.edu>
6;; Keywords: pcl-cvs cvs status tree tools 6;; Keywords: pcl-cvs cvs status tree tools
@@ -385,7 +385,7 @@ the list is a three-string list TAG, KIND, REV."
385;;;; 385;;;;
386 386
387(defvar cvs-tree-use-jisx0208 387(defvar cvs-tree-use-jisx0208
388 nil ;; (and (char-display-font 'japanese-jisx0208) t) 388 (and (char-displayable-p (make-char 'japanese-jisx0208 40 44)) t)
389 "*Non-nil if we should use the graphical glyphs from `japanese-jisx0208'. 389 "*Non-nil if we should use the graphical glyphs from `japanese-jisx0208'.
390Otherwise, default to ASCII chars like +, - and |.") 390Otherwise, default to ASCII chars like +, - and |.")
391 391