1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
emacs/lisp/obsolete/sc.el
2001-08-15 09:31:06 +00:00

15 lines
178 B
EmacsLisp

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