diff options
| author | David Engster | 2013-06-02 18:39:32 +0200 |
|---|---|---|
| committer | David Engster | 2013-06-02 18:39:32 +0200 |
| commit | 6b7a9e0eb195db4f7a0b48467eb9860d04d92486 (patch) | |
| tree | 8e9a407a17f616a33b8c310e2b60d76be1801fe8 /etc | |
| parent | d105b0e26f965b41452153ad405efe98ff142de6 (diff) | |
| parent | caaeb0e88cb0f62a1726ee7e1b4db62f7e4287a6 (diff) | |
| download | emacs-6b7a9e0eb195db4f7a0b48467eb9860d04d92486.tar.gz emacs-6b7a9e0eb195db4f7a0b48467eb9860d04d92486.zip | |
Merge with CEDET upstream (rev. 8564).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/srecode/c.srt | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 8822992dfcb..53dab540e54 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-06-02 Eric Ludlam <zappo@gnu.org> | ||
| 2 | |||
| 3 | * srecode/c.srt (header_guard): Add :c parameter so it works | ||
| 4 | standalone | ||
| 5 | |||
| 1 | 2013-06-01 Alex Ott <alexott@gmail.com> | 6 | 2013-06-01 Alex Ott <alexott@gmail.com> |
| 2 | 7 | ||
| 3 | * tutorials/TUTORIAL.ru: Fix incorrectly translated wording. | 8 | * tutorials/TUTORIAL.ru: Fix incorrectly translated wording. |
diff --git a/etc/srecode/c.srt b/etc/srecode/c.srt index 479f5c9b33d..03e4c369307 100644 --- a/etc/srecode/c.srt +++ b/etc/srecode/c.srt | |||
| @@ -44,7 +44,7 @@ template empty :time :user :file :c | |||
| 44 | {{/HEADER}} | 44 | {{/HEADER}} |
| 45 | ---- | 45 | ---- |
| 46 | 46 | ||
| 47 | template header_guard :file :blank | 47 | template header_guard :file :blank :c |
| 48 | ---- | 48 | ---- |
| 49 | #ifndef {{FILENAME_SYMBOL:upcase}} | 49 | #ifndef {{FILENAME_SYMBOL:upcase}} |
| 50 | #define {{FILENAME_SYMBOL:upcase}} 1 | 50 | #define {{FILENAME_SYMBOL:upcase}} 1 |