diff options
| author | Dan Nicolaescu | 2008-03-28 18:22:15 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-03-28 18:22:15 +0000 |
| commit | 6b2d7cf254f90473282689e4632f38433e70f4f6 (patch) | |
| tree | b6a44c4daf5a7779dae149ffd9ae72e0aae9162c | |
| parent | f56d71a5961e6b6ccc5108ee624d6292d562661d (diff) | |
| download | emacs-6b2d7cf254f90473282689e4632f38433e70f4f6.tar.gz emacs-6b2d7cf254f90473282689e4632f38433e70f4f6.zip | |
(ring): Don't require it, not used.
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/vc.el | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index df6d515aec5..ad16204be35 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * vc.el (vc-status-kill-dir-status-process): Simplify. | 3 | * vc.el (vc-status-kill-dir-status-process): Simplify. |
| 4 | (vc-status-refresh): Make sure the buffer is live. | 4 | (vc-status-refresh): Make sure the buffer is live. |
| 5 | (ring): Don't require it, not used. | ||
| 5 | 6 | ||
| 6 | 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org> | 7 | 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org> |
| 7 | 8 | ||
diff --git a/lisp/vc.el b/lisp/vc.el index 048f665e66e..5cb53153a6d 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -615,7 +615,6 @@ | |||
| 615 | ;;; Code: | 615 | ;;; Code: |
| 616 | 616 | ||
| 617 | (require 'vc-hooks) | 617 | (require 'vc-hooks) |
| 618 | (require 'ring) | ||
| 619 | (require 'tool-bar) | 618 | (require 'tool-bar) |
| 620 | 619 | ||
| 621 | (eval-when-compile | 620 | (eval-when-compile |