From: Juanma Barranquero Date: Mon, 20 Oct 2014 22:41:19 +0000 (-0400) Subject: * lisp/skeleton.el (skeleton-autowrap): Mark as obsolete. [Backport] X-Git-Tag: emacs-24.4.90~329 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=531f56f59b2ae2fc79377662bd041b85b2563268;p=emacs.git * lisp/skeleton.el (skeleton-autowrap): Mark as obsolete. [Backport] --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7fabbf14038..d3c0ab97ec4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-03-20 Juanma Barranquero + + * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix. + 2014-10-20 Glenn Morris * dired.el (dired-read-regexp): Make obsolete. diff --git a/lisp/skeleton.el b/lisp/skeleton.el index 54dce9e43b7..bb019db502c 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el @@ -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.