+2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
+
+ * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
+ inside continued strings.
+
2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
Timestamp fixes for undo (Bug#14824).
(skip-chars-forward " \t")
(current-column)))
(error nil)))
- ;; Inside a string and it starts before this line.
+ ;; Inside a string and it starts before this line: do nothing.
((and (nth 3 parse)
(< (nth 8 parse) (save-excursion (beginning-of-line) (point))))
- (indent-line-to 0))
+ )
;; Inside a defun, but not a nested list (depth is 1). This is
;; a promise, usually.