aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJari Aalto2011-01-22 15:12:51 -0500
committerChong Yidong2011-01-22 15:12:51 -0500
commit4d0143e6d7252cf83d44be1f4b604d73b8d61670 (patch)
tree591a095eaef81da7a1ccd7b6bd51bdfc1bf01f89 /etc
parent4474c927a7f8c8c53b2027d17357adf5613ae1bf (diff)
downloademacs-4d0143e6d7252cf83d44be1f4b604d73b8d61670.tar.gz
emacs-4d0143e6d7252cf83d44be1f4b604d73b8d61670.zip
* play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
(lm): Rename to landmark. (lm-test-run): Rename to landmark-test-run.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 211671c2d37..86bcf509cf6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -327,6 +327,8 @@ prompts for a number to count from and for a format string.
327 327
328* Changes in Specialized Modes and Packages in Emacs 24.1 328* Changes in Specialized Modes and Packages in Emacs 24.1
329 329
330** The Landmark game is now invoked with `landmark', not `lm'.
331
330** Prolog mode has been completely revamped, with lots of additional 332** Prolog mode has been completely revamped, with lots of additional
331functionality such as more intelligent indentation, electricty, support for 333functionality such as more intelligent indentation, electricty, support for
332more variants, including Mercury, and a lot more. 334more variants, including Mercury, and a lot more.