aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChristopher Schmidt <[email protected]>2013-04-15 19:01:00 +0200
committerChristopher Schmidt <[email protected]>2013-04-15 19:01:00 +0200
commit8fa2654ed8fd2118b8a3120e2b4f9857e6a96239 (patch)
tree9febe12fa205446352e43c52bd85943177d6a078 /etc
parent20e527d0c5e5a4ba95f14ab1d0379c20557406ae (diff)
* etc/NEWS, doc/lispref/tips.texi (Coding Conventions): Mention
separation of package descriptor and name of internal symbols by two hyphens.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS6
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 31d14b96d9..2b7534dc1e 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-15 Christopher Schmidt <[email protected]>
+
+ * NEWS: Mention separation of package descriptor and name of
+ internal symbols by two hyphens.
+
2013-04-13 Stephen Berman <[email protected]>
* NEWS: Mention fixing `split-window' to be non-interactive.
diff --git a/etc/NEWS b/etc/NEWS
index 1e072afaaf..0830a7be46 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -409,6 +409,12 @@ used in place of the 9th element of `file-attributes'.
`preserve-extended-attributes' as it now handles both SELinux context
and ACL entries.
+** Changes to the Emacs Lisp Coding Conventions in Emacs 24.4
+
+*** The package descriptor and name of global variables, constants,
+and functions should be separated by two hypens if the symbol is not
+meant to be used by other packages.
+
* Changes in Emacs 24.4 on Non-Free Operating Systems