diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2014-03-20 19:13:16 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2014-03-20 19:13:16 +0100 |
commit | b730af26071f7ba08f5e46dce1b96a687e090c90 (patch) | |
tree | 9a94e6b714cdde7c848e3f4177edf71e70c40efd /lisp/skeleton.el | |
parent | 4c073dab2aad714c148c6d5e9e9b488e9af9bfbc (diff) | |
download | emacs-b730af26071f7ba08f5e46dce1b96a687e090c90.tar.gz emacs-b730af26071f7ba08f5e46dce1b96a687e090c90.tar.bz2 emacs-b730af26071f7ba08f5e46dce1b96a687e090c90.zip |
lisp/skeleton.el (skeleton-autowrap): Mark as obsolete.
Diffstat (limited to 'lisp/skeleton.el')
-rw-r--r-- | lisp/skeleton.el | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lisp/skeleton.el b/lisp/skeleton.el index 767f0b3490b..de0e5116db6 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. |