Mercurial > emacs
annotate lisp/obsolete/sc.el @ 108575:f6cfadfc0fb6
* eval.c (specbind): Disallow let-binding frame-local vars.
Remove left-over duplicate test. Add comment.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 14 May 2010 13:53:42 -0400 |
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 |