diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/mouse-sel.el | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6bf4056ba12..d29bc3e95d6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174). | ||
| 4 | |||
| 3 | * simple.el (zap-to-char): Allow zapping using input methods | 5 | * simple.el (zap-to-char): Allow zapping using input methods |
| 4 | (bug#1580). | 6 | (bug#1580). |
| 5 | 7 | ||
diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index 6323ef03696..773302246dc 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el | |||
| @@ -262,6 +262,8 @@ kill ring; mouse-1 or mouse-3 kills it." | |||
| 262 | interprogram-paste-function | 262 | interprogram-paste-function |
| 263 | mouse-sel-original-interprogram-paste-function)))) | 263 | mouse-sel-original-interprogram-paste-function)))) |
| 264 | 264 | ||
| 265 | (make-obsolete 'mouse-sel-mode "use the normal mouse modes" "24.2") | ||
| 266 | |||
| 265 | ;;=== Internal Variables/Constants ======================================== | 267 | ;;=== Internal Variables/Constants ======================================== |
| 266 | 268 | ||
| 267 | (defvar mouse-sel-primary-thing nil | 269 | (defvar mouse-sel-primary-thing nil |