]> code.delx.au - gnu-emacs/blobdiff - lisp/obsolete/mouse-sel.el
Merge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka@jpl.org
[gnu-emacs] / lisp / obsolete / mouse-sel.el
index 45396d30ea5595934e0fa6f4d76d65f85fbc1c57..c6511fac9922c0629e200a67d39c967fc53ce446 100644 (file)
@@ -1,10 +1,10 @@
 ;;; mouse-sel.el --- multi-click selection support
 
-;; Copyright (C) 1993-1995, 2001-201 Free Software Foundation, Inc.
+;; Copyright (C) 1993-1995, 2001-2013 Free Software Foundation, Inc.
 
 ;; Author: Mike Williams <mdub@bigfoot.com>
 ;; Keywords: mouse
-;; Obsolete-since: 24.2
+;; Obsolete-since: 24.3
 
 ;; This file is part of GNU Emacs.
 
@@ -263,7 +263,7 @@ kill ring; mouse-1 or mouse-3 kills it."
              interprogram-paste-function
              mouse-sel-original-interprogram-paste-function))))
 
-(make-obsolete 'mouse-sel-mode "use the normal mouse modes" "24.2")
+(make-obsolete 'mouse-sel-mode "use the normal mouse modes" "24.3")
 
 ;;=== Internal Variables/Constants ========================================