repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(fill-find-break-point): Fix doc-string typo.
[emacs.git]
/
lisp
/
obsolete
/
sc.el
blob
26486577aa454e80227a541561eab9e1dc0532b9
1
;;; sc.el --- old name for supercite
2
3
;; Maintainer: FSF
4
5
;; This file is part of GNU Emacs.
6
7
;;; Commentary:
8
9
;;; Code:
10
11
(
require
'
supercite
)
12
(
provide
'
sc
)
13
14
(
message
"The name `sc' works but is obsolete; please use `supercite' instead"
)
15
16
;;; arch-tag: 31e8ae19-689e-4b7d-9161-6d7dd60c6ece
17
;;; sc.el ends here