diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/obsolete/sup-mouse.el (renamed from lisp/term/sup-mouse.el) | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd5a20ffe13..79165b37cc0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-05-14 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * term/sup-mouse.el: Move to obsolete/. | ||
| 4 | |||
| 1 | 2013-05-13 Glenn Morris <rgm@gnu.org> | 5 | 2013-05-13 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh): | 7 | * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh): |
diff --git a/lisp/term/sup-mouse.el b/lisp/obsolete/sup-mouse.el index 8a207ed01af..8df32dcd06d 100644 --- a/lisp/term/sup-mouse.el +++ b/lisp/obsolete/sup-mouse.el | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Created: 21 Nov 1986 | 7 | ;; Created: 21 Nov 1986 |
| 8 | ;; Keywords: hardware | 8 | ;; Keywords: hardware |
| 9 | ;; Obsolete-since: 24.4 | ||
| 9 | 10 | ||
| 10 | ;; (from code originally written by John Robinson@bbn for the bitgraph) | 11 | ;; (from code originally written by John Robinson@bbn for the bitgraph) |
| 11 | 12 | ||
| @@ -197,4 +198,6 @@ X and Y are 0-based character positions on the frame." | |||
| 197 | (get-window-with-predicate (lambda (w) | 198 | (get-window-with-predicate (lambda (w) |
| 198 | (coordinates-in-window-p (cons x y) w)))) | 199 | (coordinates-in-window-p (cons x y) w)))) |
| 199 | 200 | ||
| 201 | (provide 'sup-mouse) | ||
| 202 | |||
| 200 | ;;; sup-mouse.el ends here | 203 | ;;; sup-mouse.el ends here |