view lisp/obsolete/sc.el @ 39103:a53eba1d3542

2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk> * makefile.MPW: Generate etc/DOC file from .elc files instead of .el files.
author Andrew Choi <akochoi@shaw.ca>
date Tue, 04 Sep 2001 05:23:58 +0000
parents c0ba1d102e9d
children 695cf19ef79e d7ddb3e565de
line wrap: on
line source

;;; 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