aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/sc.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/lisp/mail/sc.el b/lisp/mail/sc.el
deleted file mode 100644
index 4c42fdce101..00000000000
--- a/lisp/mail/sc.el
+++ /dev/null
@@ -1,14 +0,0 @@
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
14;;; sc.el ends here