(latexenc-find-file-coding-system): Don't inherit the EOL part of the
[emacs.git] / lisp / obsolete / sc.el
blob26486577aa454e80227a541561eab9e1dc0532b9
1 ;;; sc.el --- old name for supercite
3 ;; Maintainer: FSF
5 ;; This file is part of GNU Emacs.
7 ;;; Commentary:
9 ;;; Code:
11 (require 'supercite)
12 (provide 'sc)
14 (message "The name `sc' works but is obsolete; please use `supercite' instead")
16 ;;; arch-tag: 31e8ae19-689e-4b7d-9161-6d7dd60c6ece
17 ;;; sc.el ends here