Mercurial > emacs
annotate lisp/obsolete/sc.el @ 106522:0a0832d4518d
Fix bug#5091: indentation in c++-mode.
* cc-mode.el (c-basic-common-init): make text property `category' rear
non-sticky.
* cc-engine.el (c-ssb-lit-begin): New defsubst, extracted from ....
(c-syntactic-skip-backward): Refactor, extracting the above.
(c-guess-basic-syntax CASEs 5D.3, 5L): Add extra anchor point;
(c-guess-basic-syntax CASE 19): New CASE to handle template construct
continued over line boundary.
(c-guess-basic-syntax CASE 7): don't trigger on '<'.
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Thu, 10 Dec 2009 14:29:11 +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 |