Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
aa400809
Commit
aa400809
authored
Aug 10, 2014
by
Juri Linkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/vc/vc-annotate.el (vc-annotate-background-mode): Add :set
to reevaluate `vc-annotate-color-map'. Fixes: debbugs:18189
parent
ea2eccbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/vc/vc-annotate.el
lisp/vc/vc-annotate.el
+6
-0
No files found.
lisp/ChangeLog
View file @
aa400809
2014-08-09 Juri Linkov <juri@jurta.org>
* vc/vc-annotate.el (vc-annotate-background-mode): Add :set
to reevaluate `vc-annotate-color-map'. (Bug#18189)
2014-08-09 Alan Mackenzie <acm@muc.de>
* progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
...
...
lisp/vc/vc-annotate.el
View file @
aa400809
...
...
@@ -54,6 +54,12 @@ When nil, the color range from `vc-annotate-color-map' is applied
to the foreground, and the color from the option `vc-annotate-background'
is applied to the background."
:type
'boolean
:set
(
lambda
(
symbol
value
)
(
set-default
symbol
value
)
(
when
(
boundp
'vc-annotate-color-map
)
(
ignore-errors
;; Update the value of the dependent variable.
(
custom-reevaluate-setting
'vc-annotate-color-map
))))
:version
"24.5"
:group
'vc
)
...
...
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