]> code.delx.au - gnu-emacs/commitdiff
lisp/skeleton.el (skeleton-autowrap): Mark as obsolete.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 20 Mar 2014 18:13:16 +0000 (19:13 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 20 Mar 2014 18:13:16 +0000 (19:13 +0100)
lisp/ChangeLog
lisp/skeleton.el

index 857c086790e40f485aa1acba5e94a79ae333b607..0c62c55fa34adf5bfb183114d2603d7c14560af5 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * skeleton.el (skeleton-autowrap): Mark as obsolete.  Doc fix.
+
 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * electric.el (electric-newline-and-maybe-indent): New command.
index 767f0b3490bf63ad2978d932599124bceb43118a..de0e5116db68f143b69cdb37450d66d2fd907252 100644 (file)
@@ -55,11 +55,8 @@ Typical examples might be `upcase' or `capitalize'.")
 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.