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
37e14a62
Commit
37e14a62
authored
Oct 28, 2008
by
Martin Rudalics
Browse files
(vc-stay-local): Fix typo in choice.
parent
efe0da9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/vc-hooks.el
lisp/vc-hooks.el
+2
-2
No files found.
lisp/ChangeLog
View file @
37e14a62
2008-10-28 Martin Rudalics <rudalics@gmx.at>
* vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
* vc-hooks.el (vc-stay-local): Likewise.
2008-10-28 Phil Sung <psung@mit.edu> (tiny change)
...
...
lisp/vc-hooks.el
View file @
37e14a62
...
...
@@ -159,7 +159,7 @@ symbol `except'; then VC always stays local except for hosts matched
by these regular expressions."
:type
'
(
choice
(
const
:tag
"Always stay local"
t
)
(
const
:tag
"Only for file operations"
'
only-file
)
(
const
:tag
"Only for file operations"
only-file
)
(
const
:tag
"Don't stay local"
nil
)
(
list
:format
"\nExamine hostname and %v"
:tag
"Examine hostname ..."
(
set
:format
"%v"
:inline
t
(
const
:format
"%t"
:tag
"don't"
except
))
...
...
@@ -334,7 +334,7 @@ If WITNESS if not found, return nil, otherwise return the root."
(
let
((
locate-dominating-stop-dir-regexp
(
or
vc-ignore-dir-regexp
locate-dominating-stop-dir-regexp
)))
(
locate-dominating-file
file
witness
)))
(
define-obsolete-function-alias
'vc-find-root
'locate-dominating-file
"23.1"
)
;; Access functions to file properties
...
...
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