aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-03-15 12:04:53 +0000
committerWerner Koch <[email protected]>2010-03-15 12:04:53 +0000
commita684c13c55eb0bc81aa823a4f3c6b5968440f33f (patch)
treefb13ead0ae22644ab263123174cca4c5e819cc4e /src
parentAdd constant to the template and not to a built file. (diff)
downloadgpgme-a684c13c55eb0bc81aa823a4f3c6b5968440f33f.tar.gz
gpgme-a684c13c55eb0bc81aa823a4f3c6b5968440f33f.zip
Make generated header file read-only in an emacs buffer.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/gpgme.h.in5
2 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3cdd9aae..7be7b5f3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-15 Werner Koch <[email protected]>
+
+ * gpgme.h.in: Add autoconf template to set generated file to
+ read-only in an emacs buffer.
+
2010-03-12 Werner Koch <[email protected]>
* gpgme.h.in (GPGME_STATUS_SUCCESS): Use the right file for the
diff --git a/src/gpgme.h.in b/src/gpgme.h.in
index 59ee77bf..2c5ef108 100644
--- a/src/gpgme.h.in
+++ b/src/gpgme.h.in
@@ -2101,3 +2101,8 @@ typedef gpgme_status_code_t GpgmeStatusCode _GPGME_DEPRECATED;
}
#endif
#endif /* GPGME_H */
+/*
+@emacs_local_vars_begin@
+@emacs_local_vars_read_only@
+@emacs_local_vars_end@
+*/