Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
741f5e15
Commit
741f5e15
authored
Nov 29, 2014
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/vc/vc-src.el: Fix copy-pasted :version tags.
parent
1252594e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/vc/vc-src.el
lisp/vc/vc-src.el
+2
-4
No files found.
lisp/ChangeLog
View file @
741f5e15
2014-11-29 Glenn Morris <rgm@gnu.org>
* vc/vc-src.el (vc-src, vc-src-diff-switches)
(vc-src-master-templates): Fix :version tags.
2014-11-29 Paul Rankin <paul@tilk.co> (tiny change)
* outline.el (outline-move-subtree-down): Refactor and improve code.
...
...
lisp/vc/vc-src.el
View file @
741f5e15
...
...
@@ -23,7 +23,7 @@
;;; Commentary:
;; See vc.el. SRC requires an underlying RCS version of 4.0 or greater.
;; See vc.el. SRC requires an underlying RCS version of 4.0 or greater.
;; FUNCTION NAME STATUS
;; BACKEND PROPERTIES
...
...
@@ -96,7 +96,7 @@
(
defgroup
vc-src
nil
"VC SRC backend."
:version
"2
4
.1"
:version
"2
5
.1"
:group
'vc
)
(
defcustom
vc-src-release
nil
...
...
@@ -119,7 +119,6 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches."
(
const
:tag
"None"
t
)
(
string
:tag
"Argument String"
)
(
repeat
:tag
"Argument List"
:value
(
""
)
string
))
:version
"21.1"
:group
'vc-src
)
;; This needs to be autoloaded because vc-src-registered uses it (via
...
...
@@ -135,7 +134,6 @@ For a description of possible values, see `vc-check-master-templates'."
(
repeat
:tag
"User-specified"
(
choice
string
function
)))
:version
"21.1"
:group
'vc-src
)
...
...
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