diff options
| author | Chong Yidong | 2010-09-23 15:00:31 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-09-23 15:00:31 -0400 |
| commit | 266a86bd7fedf743225c2497956b73ecb2245196 (patch) | |
| tree | 7d0c8b128070eac293ce2606acb4e55de5843ba8 /etc | |
| parent | 29cdc13ed61e5a64ba30df1030029898a26b7947 (diff) | |
| parent | af3ccb5cc061bccab1c9b024ea444d01c0767767 (diff) | |
| download | emacs-266a86bd7fedf743225c2497956b73ecb2245196.tar.gz emacs-266a86bd7fedf743225c2497956b73ecb2245196.zip | |
Merge changes from emacs-23 branch
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS.23 | 2 | ||||
| -rw-r--r-- | etc/srecode/java.srt | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 84754efb148..5b78767cfda 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-09-21 Eric Ludlam <zappo@gnu.org> | ||
| 2 | |||
| 3 | * srecode/java.srt: Make NAME be a prompt. | ||
| 4 | |||
| 1 | 2010-09-13 Michael Albinus <michael.albinus@gmx.de> | 5 | 2010-09-13 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * NEWS: Some Tramp methods are discontinued. | 7 | * NEWS: Some Tramp methods are discontinued. |
diff --git a/etc/NEWS.23 b/etc/NEWS.23 index e63767d891c..bee89d368b5 100644 --- a/etc/NEWS.23 +++ b/etc/NEWS.23 | |||
| @@ -40,6 +40,8 @@ This can be used in place of the default appt-message-warning-time. | |||
| 40 | 40 | ||
| 41 | * Lisp changes in Emacs 23.3 | 41 | * Lisp changes in Emacs 23.3 |
| 42 | 42 | ||
| 43 | ** `e' and `pi' are now called `float-e' and `float-pi'. | ||
| 44 | The old names are obsolete. | ||
| 43 | ** The use of unintern without an obarray arg is declared obsolete. | 45 | ** The use of unintern without an obarray arg is declared obsolete. |
| 44 | 46 | ||
| 45 | ** New function byte-to-string, like char-to-string but for bytes. | 47 | ** New function byte-to-string, like char-to-string but for bytes. |
diff --git a/etc/srecode/java.srt b/etc/srecode/java.srt index c449f0d77c9..d4cc986a323 100644 --- a/etc/srecode/java.srt +++ b/etc/srecode/java.srt | |||
| @@ -83,7 +83,7 @@ public Class {{?NAME}} {{#PARENTS}}{{#FIRST}}extends {{/FIRST}}{{#NOTFIRST}}impl | |||
| 83 | template include :blank | 83 | template include :blank |
| 84 | "An include statement." | 84 | "An include statement." |
| 85 | ---- | 85 | ---- |
| 86 | import {{NAME}}; | 86 | import {{?NAME}}; |
| 87 | ---- | 87 | ---- |
| 88 | 88 | ||
| 89 | context misc | 89 | context misc |