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>
"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