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
fc8b8d0f
Commit
fc8b8d0f
authored
Jul 13, 2007
by
Stefan Monnier
Browse files
(vc-find-file-hook): Use with-demoted-errors.
parent
be436d23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/vc-hooks.el
lisp/vc-hooks.el
+1
-1
No files found.
lisp/ChangeLog
View file @
fc8b8d0f
2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
2007-07-12 Davis Herring <herring@lanl.gov>
* desktop.el (desktop-buffer-info, desktop-save):
...
...
lisp/vc-hooks.el
View file @
fc8b8d0f
...
...
@@ -793,7 +793,7 @@ current, and kill the buffer that visits the link."
(
when
buffer-file-name
(
vc-file-clearprops
buffer-file-name
)
(
cond
((
vc-backend
buffer-file-name
)
(
(
with-demoted-errors
(
vc-backend
buffer-file-name
)
)
;; Compute the state and put it in the modeline.
(
vc-mode-line
buffer-file-name
)
(
unless
vc-make-backup-files
...
...
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