aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/obsolete/sc.el
blob: 4c42fdce1017f752eca77ee19a7fe6a96674d7b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;;; sc.el --- old name for supercite

;; Maintainer: FSF

;; This file is part of GNU Emacs.

;;; Commentary:

;;; Code:

(require 'supercite)
(provide 'sc)

;;; sc.el ends here