1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

* lisp/skeleton.el (skeleton-autowrap): Mark as obsolete. [Backport]

This commit is contained in:
Juanma Barranquero 2014-10-20 18:41:19 -04:00 committed by Stefan Monnier
parent 3ac4e4c0eb
commit 531f56f59b
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2014-03-20 Juanma Barranquero <lekktu@gmail.com>
* skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
2014-10-20 Glenn Morris <rgm@gnu.org>
* dired.el (dired-read-regexp): Make obsolete.

View 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.