diff lisp/obsolete/sc.el @ 38823:c0ba1d102e9d

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 15 Aug 2001 09:31:06 +0000
parents
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lisp/obsolete/sc.el	Wed Aug 15 09:31:06 2001 +0000
@@ -0,0 +1,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