mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +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
|