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
137fcf31
Commit
137fcf31
authored
Jul 07, 1993
by
Paul Eggert
Browse files
(vc-rcs-status): Remove unused var `status'.
parent
07f15dfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
lisp/vc-hooks.el
lisp/vc-hooks.el
+5
-7
No files found.
lisp/vc-hooks.el
View file @
137fcf31
;;; vc-hooks.el --- resident support for version-control
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Copyright (C) 1992
, 1993
Free Software Foundation, Inc.
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; Version: 5.3
...
...
@@ -166,12 +166,10 @@ visiting FILE."
;; 2. Insert the first few characters of the master file into a work
;; buffer.
;;
;; 3. Search work buffer for line starting with "date" indicating enough
;; of header was included; if not found, then keep inserting characters
;; until "date" is located.
;; 3. Search work buffer for "locks...;" phrase; if not found, then
;; keep inserting more characters until the phrase is found.
;;
;; 4. Search work buffer for line starting with "locks", extract
;; all the locks currently enabled, and remove control characters
;; 4. Extract the locks, and remove control characters
;; separating them, like newlines; the string " user1:revision1
;; user2:revision2 ..." is returned.
...
...
@@ -181,7 +179,7 @@ visiting FILE."
;; The modeline can get quite cluttered when there are multiple locks.
(
let
((
master
(
vc-name
file
))
found
status
)
found
)
;; If master file exists, then parse its contents, otherwise we return the
;; nil value of this if form.
...
...
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