aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-04-22 15:28:00 +0000
committerPavel Janík <[email protected]>2002-04-22 15:28:00 +0000
commit79ccae1e456a328c0877b3fd59be1c5748105c99 (patch)
tree270a6af18bd0ca010091ed164fbb5e32db987907
parentda2ba5c6abbcac1843462883c233a4ade4b29418 (diff)
(global-highlight-changes): Capitalize status texts.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/hilit-chg.el4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b738929a22..4201f07b47 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-22 Pavel Jan,Bm(Bk <[email protected]>
+
+ * hilit-chg.el (global-highlight-changes): Capitalize status
+ texts.
+
2002-04-22 Edward M. Reingold <[email protected]>
* diary-lib.el (include-other-diary-files): Allow modifying
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el
index fa7d5b0a08..081a627f3f 100644
--- a/lisp/hilit-chg.el
+++ b/lisp/hilit-chg.el
@@ -1033,7 +1033,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil).
(if (eq arg 'passive)
(setq highlight-changes-global-initial-state 'passive)))
(setq global-highlight-changes t)
- (message "turning ON Global Highlight Changes mode in %s state"
+ (message "Turning ON Global Highlight Changes mode in %s state"
highlight-changes-global-initial-state)
(add-hook 'hilit-chg-major-mode-hook 'hilit-chg-major-mode-hook)
(add-hook 'find-file-hooks 'hilit-chg-check-global)
@@ -1041,7 +1041,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil).
(hilit-chg-update-all-buffers
highlight-changes-global-initial-state)))
- (message "turning OFF global Highlight Changes mode")
+ (message "Turning OFF global Highlight Changes mode")
(remove-hook 'hilit-chg-major-mode-hook 'hilit-chg-major-mode-hook)
(remove-hook 'find-file-hooks 'hilit-chg-check-global)
(remove-hook 'post-command-hook