1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

* s-region.el: Move to obsolete.

This commit is contained in:
Juri Linkov 2010-03-20 03:29:12 +02:00
parent 605f35cdaa
commit 5e418f1734
4 changed files with 10 additions and 1 deletions

View file

@ -78,6 +78,9 @@ For example, adding "(diff-mode . ((mode . whitespace)))" to your
.dir-locals.el file, will turn on `whitespace-mode' for *vc-diff*
buffers.
** s-region.el is now declared obsolete, superceded by shift-select-mode
enabled by default in 23.1.
* New Modes and Packages in Emacs 24.1

View file

@ -1,3 +1,8 @@
2010-03-20 Juri Linkov <juri@jurta.org>
* s-region.el:
* obsolete/s-region.el: Move to obsolete.
2010-03-19 Juanma Barranquero <lekktu@gmail.com>
* vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.

View file

@ -1091,6 +1091,7 @@ ELCFILES = \
$(lisp)/obsolete/rnewspost.elc \
$(lisp)/obsolete/sc.elc \
$(lisp)/obsolete/scribe.elc \
$(lisp)/obsolete/s-region.elc \
$(lisp)/obsolete/swedish.elc \
$(lisp)/obsolete/sym-comp.elc \
$(lisp)/obsolete/vc-mcvs.elc \
@ -1294,7 +1295,6 @@ ELCFILES = \
$(lisp)/rfn-eshadow.elc \
$(lisp)/rot13.elc \
$(lisp)/ruler-mode.elc \
$(lisp)/s-region.elc \
$(lisp)/savehist.elc \
$(lisp)/saveplace.elc \
$(lisp)/sb-image.elc \

View file

@ -6,6 +6,7 @@
;; Author: Morten Welinder <terra@diku.dk>
;; Keywords: terminals
;; Favourite-brand-of-beer: None, I hate beer.
;; Obsolete-since: 24.1
;; This file is part of GNU Emacs.