diff options
Diffstat (limited to 'lisp/mail/sc.el')
-rw-r--r-- | lisp/mail/sc.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/mail/sc.el b/lisp/mail/sc.el index 70cc7fac3f5..1a90f68ef37 100644 --- a/lisp/mail/sc.el +++ b/lisp/mail/sc.el @@ -1,6 +1,12 @@ ;;; sc.el --- old name for supercite +;; This file is part of GNU Emacs. + +;;; Commentary: + +;;; Code: + (require 'supercite) (provide 'sc) -;; sc.el ends here +;;; sc.el ends here |