diff options
author | Leo Liu <sdl.web@gmail.com> | 2012-08-27 19:02:23 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2012-08-27 19:02:23 +0800 |
commit | 3bb213b9fcf46b0e1f97cf830c1a9e2b62c566e7 (patch) | |
tree | 534eee92cdd9bce03c7db44f91d9e26a58da3ac6 /lisp/skeleton.el | |
parent | 22ab32ef882fb7aaf1c193d377194ed797e81e20 (diff) | |
download | emacs-3bb213b9fcf46b0e1f97cf830c1a9e2b62c566e7.tar.gz |
* skeleton.el (skeleton-untabify): Change to nil.
Fixes: debbugs:12223
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 0f28d32293b..efc0a2da84d 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 |