|
@@ -295,7 +295,7 @@ this template."
|
|
(goto-char match-start)
|
|
(goto-char match-start)
|
|
(indent-line-to ind))
|
|
(indent-line-to ind))
|
|
;; Indent everything.
|
|
;; Indent everything.
|
|
- (indent-code-rigidly match-start (point) ind)))))
|
|
|
|
|
|
+ (indent-rigidly match-start (point) ind)))))
|
|
(setq pos (line-beginning-position))
|
|
(setq pos (line-beginning-position))
|
|
;; Cleanup markers.
|
|
;; Cleanup markers.
|
|
(set-marker match-start nil)
|
|
(set-marker match-start nil)
|