Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
79ccae1e
Commit
79ccae1e
authored
Apr 22, 2002
by
Pavel Janík
Browse files
(global-highlight-changes): Capitalize status texts.
parent
da2ba5c6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/hilit-chg.el
lisp/hilit-chg.el
+2
-2
No files found.
lisp/ChangeLog
View file @
79ccae1e
2002-04-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* hilit-chg.el (global-highlight-changes): Capitalize status
texts.
2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
* diary-lib.el (include-other-diary-files): Allow modifying
* diary-lib.el (include-other-diary-files): Allow modifying
...
...
lisp/hilit-chg.el
View file @
79ccae1e
...
@@ -1033,7 +1033,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil).
...
@@ -1033,7 +1033,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil).
(if (eq arg 'passive)
(if (eq arg 'passive)
(setq highlight-changes-global-initial-state 'passive)))
(setq highlight-changes-global-initial-state 'passive)))
(setq global-highlight-changes t)
(setq global-highlight-changes t)
(message "
t
urning
ON
Global
Highlight
Changes
mode
in
%s
state
"
(message "
T
urning
ON
Global
Highlight
Changes
mode
in
%s
state
"
highlight-changes-global-initial-state)
highlight-changes-global-initial-state)
(add-hook 'hilit-chg-major-mode-hook 'hilit-chg-major-mode-hook)
(add-hook 'hilit-chg-major-mode-hook 'hilit-chg-major-mode-hook)
(add-hook 'find-file-hooks 'hilit-chg-check-global)
(add-hook 'find-file-hooks 'hilit-chg-check-global)
...
@@ -1041,7 +1041,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil).
...
@@ -1041,7 +1041,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil).
(hilit-chg-update-all-buffers
(hilit-chg-update-all-buffers
highlight-changes-global-initial-state)))
highlight-changes-global-initial-state)))
(message "
t
urning
OFF
global
Highlight
Changes
mode
")
(message "
T
urning
OFF
global
Highlight
Changes
mode
")
(remove-hook 'hilit-chg-major-mode-hook 'hilit-chg-major-mode-hook)
(remove-hook 'hilit-chg-major-mode-hook 'hilit-chg-major-mode-hook)
(remove-hook 'find-file-hooks 'hilit-chg-check-global)
(remove-hook 'find-file-hooks 'hilit-chg-check-global)
(remove-hook 'post-command-hook
(remove-hook 'post-command-hook
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment