summaryrefslogtreecommitdiff
path: root/lisp/ediff-init.el
diff options
context:
space:
mode:
authorMichael Kifer <kifer@cs.stonybrook.edu>1998-05-06 19:54:57 +0000
committerMichael Kifer <kifer@cs.stonybrook.edu>1998-05-06 19:54:57 +0000
commit6423721da1a76e2f1b341d9bb64d8c7b889b636c (patch)
treeb38bfe41ccdeae9fb8abc3372132afd565c864fb /lisp/ediff-init.el
parent43d3c05bab355b14083f813a2ae947e6433b76ea (diff)
downloademacs-6423721da1a76e2f1b341d9bb64d8c7b889b636c.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/ediff-init.el')
-rw-r--r--lisp/ediff-init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ediff-init.el b/lisp/ediff-init.el
index 3ed281f02f2..d5ac60b2a81 100644
--- a/lisp/ediff-init.el
+++ b/lisp/ediff-init.el
@@ -534,7 +534,7 @@ See the documentation string of `ediff-focus-on-regexp-matches' for details.")
:group 'ediff)
-(ediff-defvar-local ediff-use-faces nil "")
+(ediff-defvar-local ediff-use-faces t "")
(defcustom ediff-use-faces t
"If t, differences are highlighted using faces, if device supports faces.
If nil, differences are highlighted using ASCII flags, ediff-before-flag
@@ -578,7 +578,7 @@ meaning of this variable."
:type 'boolean
:group 'ediff)
-(ediff-defvar-local ediff-highlight-all-diffs nil "")
+(ediff-defvar-local ediff-highlight-all-diffs t "")
(defcustom ediff-highlight-all-diffs t
"If nil, only the selected differences are highlighted.
Otherwise, all difference regions are highlighted, but the selected region is