diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/obsolete/xesam.el (renamed from lisp/net/xesam.el) | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a033ee6d982..e93950e97d2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | (top): Register signals only when `tramp-gvfs-enabled' is non-nil. | 6 | (top): Register signals only when `tramp-gvfs-enabled' is non-nil. |
| 7 | Do not raise a user error when loading package. (Bug#14447) | 7 | Do not raise a user error when loading package. (Bug#14447) |
| 8 | 8 | ||
| 9 | * net/xesam.el: Move to obsolete/. | ||
| 10 | |||
| 9 | 2013-05-24 Glenn Morris <rgm@gnu.org> | 11 | 2013-05-24 Glenn Morris <rgm@gnu.org> |
| 10 | 12 | ||
| 11 | * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority. | 13 | * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority. |
diff --git a/lisp/net/xesam.el b/lisp/obsolete/xesam.el index bcb16fc45da..0830d4248ef 100644 --- a/lisp/net/xesam.el +++ b/lisp/obsolete/xesam.el | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | ;; Keywords: tools, hypermedia | 6 | ;; Keywords: tools, hypermedia |
| 7 | ;; Obsolete-since: 24.4 | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||
| @@ -22,6 +23,8 @@ | |||
| 22 | 23 | ||
| 23 | ;;; Commentary: | 24 | ;;; Commentary: |
| 24 | 25 | ||
| 26 | ;; This file is obsolete. | ||
| 27 | |||
| 25 | ;; This package provides an interface to Xesam, a D-Bus based "eXtEnsible | 28 | ;; This package provides an interface to Xesam, a D-Bus based "eXtEnsible |
| 26 | ;; Search And Metadata specification". It has been tested with | 29 | ;; Search And Metadata specification". It has been tested with |
| 27 | ;; | 30 | ;; |