emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117608: * lisp/skeleton.el (skeleton-autowrap):


From: Stefan Monnier
Subject: [Emacs-diffs] emacs-24 r117608: * lisp/skeleton.el (skeleton-autowrap): Mark as obsolete. [Backport]
Date: Mon, 20 Oct 2014 22:41:24 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117608
revision-id: address@hidden
parent: address@hidden
author: Juanma Barranquero <address@hidden>
committer: Stefan Monnier <address@hidden>
branch nick: emacs-24
timestamp: Mon 2014-10-20 18:41:19 -0400
message:
  * lisp/skeleton.el (skeleton-autowrap): Mark as obsolete.  [Backport]
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/skeleton.el               skeleton.el-20091113204419-o5vbwnq5f7feedwu-728
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-10-20 22:39:30 +0000
+++ b/lisp/ChangeLog    2014-10-20 22:41:19 +0000
@@ -1,3 +1,7 @@
+2014-03-20  Juanma Barranquero  <address@hidden>
+
+       * skeleton.el (skeleton-autowrap): Mark as obsolete.  Doc fix.
+
 2014-10-20  Glenn Morris  <address@hidden>
 
        * dired.el (dired-read-regexp): Make obsolete.

=== modified file 'lisp/skeleton.el'
--- a/lisp/skeleton.el  2014-06-22 16:59:30 +0000
+++ b/lisp/skeleton.el  2014-10-20 22:41:19 +0000
@@ -55,11 +55,8 @@
 When the region is visible (due to `transient-mark-mode' or marking a region
 with the mouse) and this is non-nil and the function was called without an
 explicit ARG, then the ARG defaults to -1, i.e. wrapping around the visible
-region.
-
-We will probably delete this variable in a future Emacs version
-unless we get a substantial number of complaints about the auto-wrap
-feature.")
+region.")
+(make-obsolete-variable 'skeleton-autowrap nil "24.5")
 
 (defvar skeleton-end-newline t
   "If non-nil, make sure that the skeleton inserted ends with a newline.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]