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
3c95bbb6
Commit
3c95bbb6
authored
Mar 19, 2010
by
Dan Nicolaescu
Browse files
* vc-hooks.el (vc-path): Remove variable and obsolete declaration.
parent
09158997
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/vc-hooks.el
lisp/vc-hooks.el
+0
-7
No files found.
lisp/ChangeLog
View file @
3c95bbb6
2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
Add special markup processing for commit logs.
...
...
lisp/vc-hooks.el
View file @
3c95bbb6
...
...
@@ -84,13 +84,6 @@ An empty list disables VC altogether."
:type
'
(
repeat
string
)
:group
'vc
)
(
defcustom
vc-path
nil
"List of extra directories to search for version control commands."
:type
'
(
repeat
directory
)
:group
'vc
)
(
make-obsolete-variable
'vc-path
"should not be necessary anymore."
"23.2"
)
(
defcustom
vc-make-backup-files
nil
"If non-nil, backups of registered files are made as with other files.
If nil (the default), files covered by version control don't get backups."
...
...
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