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
e024465e
Commit
e024465e
authored
Aug 12, 2014
by
Juri Linkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/vc/vc-annotate.el (vc-annotate-background-mode): Use `with-demoted-errors'
instead of `ignore-errors'. Fixes: debbugs:18189
parent
f9575718
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/vc/vc-annotate.el
lisp/vc/vc-annotate.el
+1
-1
No files found.
lisp/ChangeLog
View file @
e024465e
2014-08-12 Juri Linkov <juri@jurta.org>
* vc/vc-annotate.el (vc-annotate-background-mode):
Use `with-demoted-errors' instead of `ignore-errors'. (Bug#18189)
2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
* files.el (out-of-memory-warning-percentage): Turn it off by default.
...
...
lisp/vc/vc-annotate.el
View file @
e024465e
...
...
@@ -57,7 +57,7 @@ is applied to the background."
:set
(
lambda
(
symbol
value
)
(
set-default
symbol
value
)
(
when
(
boundp
'vc-annotate-color-map
)
(
ignore
-errors
(
with-demoted
-errors
;; Update the value of the dependent variable.
(
custom-reevaluate-setting
'vc-annotate-color-map
))))
:version
"24.5"
...
...
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