* skeleton.el (skeleton-untabify): Change to nil.
Fixes: debbugs:12223
This commit is contained in:
parent
22ab32ef88
commit
3bb213b9fc
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2012-08-27 Leo Liu <sdl.web@gmail.com>
|
||||
|
||||
* skeleton.el (skeleton-untabify): Change to nil (bug#12223).
|
||||
|
||||
* progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
|
||||
|
||||
2012-08-24 Chong Yidong <cyd@gnu.org>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue