aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2014-10-20 18:41:19 -0400
committerStefan Monnier2014-10-20 18:41:19 -0400
commit531f56f59b2ae2fc79377662bd041b85b2563268 (patch)
treecfa794752eb1843e5408e9e2bb4564f34638c0f6
parent3ac4e4c0eb19cecf7adce4ad6ffe60f70ad8a72d (diff)
downloademacs-531f56f59b2ae2fc79377662bd041b85b2563268.tar.gz
emacs-531f56f59b2ae2fc79377662bd041b85b2563268.zip
* lisp/skeleton.el (skeleton-autowrap): Mark as obsolete. [Backport]
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/skeleton.el7
2 files changed, 6 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7fabbf14038..d3c0ab97ec4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12014-03-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
4
12014-10-20 Glenn Morris <rgm@gnu.org> 52014-10-20 Glenn Morris <rgm@gnu.org>
2 6
3 * dired.el (dired-read-regexp): Make obsolete. 7 * 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'.")
55When the region is visible (due to `transient-mark-mode' or marking a region 55When the region is visible (due to `transient-mark-mode' or marking a region
56with the mouse) and this is non-nil and the function was called without an 56with the mouse) and this is non-nil and the function was called without an
57explicit ARG, then the ARG defaults to -1, i.e. wrapping around the visible 57explicit ARG, then the ARG defaults to -1, i.e. wrapping around the visible
58region. 58region.")
59 59(make-obsolete-variable 'skeleton-autowrap nil "24.5")
60We will probably delete this variable in a future Emacs version
61unless we get a substantial number of complaints about the auto-wrap
62feature.")
63 60
64(defvar skeleton-end-newline t 61(defvar skeleton-end-newline t
65 "If non-nil, make sure that the skeleton inserted ends with a newline. 62 "If non-nil, make sure that the skeleton inserted ends with a newline.