diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-07-28 18:22:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-07-28 18:22:58 +0000 |
commit | 074f5c2d7d023c50b94d0170a57f17b1f60b607b (patch) | |
tree | a692528fd0cfc2eb6707f45ea9e2d6c7ba0e7d91 /lisp/=sc.el | |
parent | 55ab4495c2f96a46ad12303cd13d7c9ef8e3d41c (diff) | |
download | emacs-074f5c2d7d023c50b94d0170a57f17b1f60b607b.tar.gz |
Require assoc instead of sc-alist.
Diffstat (limited to 'lisp/=sc.el')
-rw-r--r-- | lisp/=sc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/=sc.el b/lisp/=sc.el index d1a274e351d..678a37c7eb3 100644 --- a/lisp/=sc.el +++ b/lisp/=sc.el @@ -119,7 +119,7 @@ ;; ;; (setq sc-load-hook 'my-supercite-hook) -(require 'sc-alist) +(require 'assoc) ;; vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv |