emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116814: lisp/skeleton.el (skeleton-autowrap): Mark


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116814: lisp/skeleton.el (skeleton-autowrap): Mark as obsolete.
Date: Thu, 20 Mar 2014 18:13:26 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116814
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Thu 2014-03-20 19:13:16 +0100
message:
  lisp/skeleton.el (skeleton-autowrap): Mark as obsolete.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/skeleton.el               skeleton.el-20091113204419-o5vbwnq5f7feedwu-728
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-03-20 17:14:45 +0000
+++ b/lisp/ChangeLog    2014-03-20 18:13:16 +0000
@@ -1,3 +1,7 @@
+2014-03-20  Juanma Barranquero  <address@hidden>
+
+       * skeleton.el (skeleton-autowrap): Mark as obsolete.  Doc fix.
+
 2014-03-20  Stefan Monnier  <address@hidden>
 
        * electric.el (electric-newline-and-maybe-indent): New command.

=== modified file 'lisp/skeleton.el'
--- a/lisp/skeleton.el  2014-02-10 01:34:22 +0000
+++ b/lisp/skeleton.el  2014-03-20 18:13:16 +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]