diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-03 07:39:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-03 07:39:17 +0000 |
commit | 7265c6e8a87c1a112b16384a7d3f62de869c2589 (patch) | |
tree | c52e1acd7d1af0d777223d8dcc1602fb7dc62911 /lisp/vc-sccs.el | |
parent | 92d1eebf86a15ba396b47e6ad4bf1078d06c2562 (diff) | |
download | emacs-7265c6e8a87c1a112b16384a7d3f62de869c2589.tar.gz |
Remove logentry primitive from backend API.
Diffstat (limited to 'lisp/vc-sccs.el')
-rw-r--r-- | lisp/vc-sccs.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el index ce1b977e7f6..aa7708db47d 100644 --- a/lisp/vc-sccs.el +++ b/lisp/vc-sccs.el @@ -332,12 +332,6 @@ locked. REV is the revision to check out." ;; FIXME: not implemented for SCCS nil) -(defun vc-sccs-logentry-check () - "Check that the log entry in the current buffer is acceptable for SCCS." - (when (>= (buffer-size) 512) - (goto-char 512) - (error "Log must be less than 512 characters; point is now at pos 512"))) - (defun vc-sccs-diff (files &optional oldvers newvers buffer) "Get a difference report using SCCS between two filesets." (setq oldvers (vc-sccs-lookup-triple (car files) oldvers)) |