14 lines
178 B
EmacsLisp
14 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
|