mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
15 lines
178 B
EmacsLisp
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
|