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 | e0e534b608197926bcddd6915ffe09713df88598 (patch) | |
tree | c54eff69d5f975648a047dc94b910267bf3d117b /lisp/sc.el | |
parent | 869fcb701c9e8549ff2fecd148f28f7eeb7e2d2c (diff) | |
download | emacs-e0e534b608197926bcddd6915ffe09713df88598.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 |