diff options
author | Nicolas Richard <theonewiththeevillook@yahoo.fr> | 2015-06-29 10:58:46 +0200 |
---|---|---|
committer | Nicolas Richard <youngfrog@members.fsf.org> | 2015-07-07 12:32:13 +0200 |
commit | 1a2773ac2d05c88f9c246ab9fbf0587921000d3a (patch) | |
tree | b816698510718139919ae6c3bcb4c477521d6004 | |
parent | f844c020ca0f70f041a5e617db885bd44bef626e (diff) | |
download | emacs-1a2773ac2d05c88f9c246ab9fbf0587921000d3a.tar.gz emacs-1a2773ac2d05c88f9c246ab9fbf0587921000d3a.tar.bz2 emacs-1a2773ac2d05c88f9c246ab9fbf0587921000d3a.zip |
* lisp/play/landmark.el: Move to lisp/obsolete/
; * etc/NEWS: Mention the change.
-rw-r--r-- | etc/NEWS | 2 | ||||
-rw-r--r-- | lisp/obsolete/landmark.el (renamed from lisp/play/landmark.el) | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -782,6 +782,8 @@ notifications, if Emacs is compiled with file notification support. --- *** gulp.el +*** landmark.el (moved to elpa.gnu.org) + +++ ** The character classes [:graph:] and [:print:] in regular expressions no longer match every multibyte character. Instead, Emacs now diff --git a/lisp/play/landmark.el b/lisp/obsolete/landmark.el index 2a64cdfe899..566587ab884 100644 --- a/lisp/play/landmark.el +++ b/lisp/obsolete/landmark.el @@ -25,6 +25,8 @@ ;;; Commentary: +;; *Note: This package has now moved to elpa.gnu.org.* + ;; To try this, just type: M-x landmark-test-run ;; Landmark is a relatively non-participatory game in which a robot |