Mercurial > emacs
annotate lisp/obsolete/sc.el @ 96722:b5d7774ed003
(fcloseall, fgetchar, flushall, fputchar, putw): Remove,
unused.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 16 Jul 2008 07:37:08 +0000 |
parents | ee22366f2a68 |
children |
rev | line source |
---|---|
38823 | 1 ;;; sc.el --- old name for supercite |
2 | |
3 ;; Maintainer: FSF | |
4 | |
5 ;; This file is part of GNU Emacs. | |
6 | |
7 ;;; Commentary: | |
8 | |
94000
ee22366f2a68
Add a comment giving version of obsolescence.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
9 ;; This file has been obsolete since Emacs 21.1. |
ee22366f2a68
Add a comment giving version of obsolescence.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
10 |
38823 | 11 ;;; Code: |
12 | |
13 (require 'supercite) | |
14 (provide 'sc) | |
15 | |
53416
2b737d6ca0d7
Display message that this file is obsolete.
Richard M. Stallman <rms@gnu.org>
parents:
52401
diff
changeset
|
16 (message "The name `sc' works but is obsolete; please use `supercite' instead") |
2b737d6ca0d7
Display message that this file is obsolete.
Richard M. Stallman <rms@gnu.org>
parents:
52401
diff
changeset
|
17 |
93975
1e3a407766b9
Fix up comment convention on the arch-tag lines.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53416
diff
changeset
|
18 ;; arch-tag: 31e8ae19-689e-4b7d-9161-6d7dd60c6ece |
38823 | 19 ;;; sc.el ends here |