Fix up comment convention on the arch-tag lines.
[bpt/emacs.git] / lisp / obsolete / sc.el
CommitLineData
93aba6fc
GM
1;;; sc.el --- old name for supercite
2
3;; Maintainer: FSF
4
5;; This file is part of GNU Emacs.
6
7;;; Commentary:
8
9;;; Code:
10
11(require 'supercite)
12(provide 'sc)
13
f1d02ba4
RS
14(message "The name `sc' works but is obsolete; please use `supercite' instead")
15
cbee283d 16;; arch-tag: 31e8ae19-689e-4b7d-9161-6d7dd60c6ece
93aba6fc 17;;; sc.el ends here