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
48e9072d
Commit
48e9072d
authored
Oct 05, 2002
by
Markus Rost
Browse files
(vc-default-show-log-entry): Fix typo.
parent
a7f26f28
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/vc.el
lisp/vc.el
+2
-2
No files found.
lisp/ChangeLog
View file @
48e9072d
2002-10-04 Markus Rost <rost@math.ohio-state.edu>
* vc.el (vc-default-show-log-entry): Fix typo.
2002-10-04 Steven Tamm <steventamm@mac.com>
* term/mac-win.el: Add lines to handle the new [return] event.
...
...
lisp/vc.el
View file @
48e9072d
...
...
@@ -6,7 +6,7 @@
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
;; Keywords: tools
;; $Id: vc.el,v 1.33
6
2002/0
9
/0
4
2
0
:4
7
:0
8 spiegel
Exp $
;; $Id: vc.el,v 1.33
7
2002/
1
0/0
3
2
2
:4
3
:0
1 monnier
Exp $
;; This file is part of GNU Emacs.
...
...
@@ -2491,7 +2491,7 @@ allowed and simply skipped)."
',
(
vc-workfile-version
file
))
(
set-buffer-modified-p
nil
)))))
(
defun
vc-default-show-log-entry
(
backend
ver
)
(
defun
vc-default-show-log-entry
(
backend
rev
)
(
if
(
fboundp
'log-view-goto-rev
)
(
log-view-goto-rev
rev
)))
...
...
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