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
f4f34b33
Commit
f4f34b33
authored
Nov 26, 2001
by
Pavel Janík
Browse files
(vc-next-action-on-file): Use insert instead of insert-string.
parent
8b78491a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lisp/vc.el
lisp/vc.el
+2
-3
No files found.
lisp/vc.el
View file @
f4f34b33
...
...
@@ -6,7 +6,7 @@
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
;; Keywords: tools
;; $Id: vc.el,v 1.32
1
2001/11/2
3
1
0:11:29
spiegel Exp $
;; $Id: vc.el,v 1.32
2
2001/11/2
6
1
6:07:50
spiegel Exp $
;; This file is part of GNU Emacs.
...
...
@@ -1201,7 +1201,7 @@ If VERBOSE is non-nil, query the user rather than using default parameters."
(
vc-version-diff
file
(
vc-workfile-version
file
)
nil
)
(
goto-char
(
point-min
))
(
let
((
inhibit-read-only
t
))
(
insert
-string
(
insert
(
format
"Changes to %s since last lock:\n\n"
file
)))
(
not
(
beep
))
(
yes-or-no-p
(
concat
"File has unlocked changes. "
...
...
@@ -2152,7 +2152,6 @@ There is a special command, `*l', to mark all files currently locked."
;; We do it here because dired might not be loaded yet
;; when vc-dired-mode-map is initialized.
(
set-keymap-parent
vc-dired-mode-map
dired-mode-map
)
(
make-local-hook
'dired-after-readin-hook
)
(
add-hook
'dired-after-readin-hook
'vc-dired-hook
nil
t
)
;; The following is slightly modified from dired.el,
;; because file lines look a bit different in vc-dired-mode.
...
...
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