diff options
author | Glenn Morris <rgm@gnu.org> | 2012-08-28 09:01:59 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-08-28 09:01:59 -0700 |
commit | eada086196ccb005ded188ac2e58d41f3682a125 (patch) | |
tree | f195bbf91841ea4e85d465307d62c709924892c2 /lisp/skeleton.el | |
parent | 37b9743e79bac608a45fade0744248446aaa0a33 (diff) | |
parent | 806f0cc7302bd1dacfad8366f67a97e9bfbc8fc9 (diff) | |
download | emacs-eada086196ccb005ded188ac2e58d41f3682a125.tar.gz |
Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.ca
Diffstat (limited to 'lisp/skeleton.el')
-rw-r--r-- | lisp/skeleton.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/skeleton.el b/lisp/skeleton.el index 34d69a74369..b6e1d0a58f2 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el @@ -77,7 +77,7 @@ The variables `v1' and `v2' are still set when calling this.") "Function for transforming a skeleton proxy's aliases' variable value.") (defvaralias 'skeleton-filter 'skeleton-filter-function) -(defvar skeleton-untabify t +(defvar skeleton-untabify nil ; bug#12223 "When non-nil untabifies when deleting backwards with element -ARG.") (defvar skeleton-newline-indent-rigidly nil |