changeset 78812:dfb375e20bcc

(ediff-verbose-p): This var is not a constant.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 16 Sep 2007 22:15:22 +0000
parents 6ebdc9c66c94
children 776b9b17aed0
files lisp/ChangeLog lisp/ediff-init.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Sep 16 09:40:45 2007 +0000
+++ b/lisp/ChangeLog	Sun Sep 16 22:15:22 2007 +0000
@@ -1,3 +1,7 @@
+2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* ediff-init.el (ediff-verbose-p): This var is not a constant.
+
 2007-09-16  Drew Adams  <drew.adams@oracle.com>
 
 	* cus-edit (custom-face-edit-activate): Doc fix.
--- a/lisp/ediff-init.el	Sun Sep 16 09:40:45 2007 +0000
+++ b/lisp/ediff-init.el	Sun Sep 16 22:15:22 2007 +0000
@@ -1406,7 +1406,7 @@
 ;;; Misc
 
 ;; if nil, this silences some messages
-(defconst ediff-verbose-p t)
+(defvar ediff-verbose-p t)
 
 (defcustom ediff-autostore-merges  'group-jobs-only
   "*Save the results of merge jobs automatically.