diff options
| -rw-r--r-- | lisp/indent.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/indent.el b/lisp/indent.el index 2690d2f86d4..89c75472bc3 100644 --- a/lisp/indent.el +++ b/lisp/indent.el | |||
| @@ -264,7 +264,7 @@ line, but does not move past any whitespace that was explicitly inserted | |||
| 264 | (buffer-substring | 264 | (buffer-substring |
| 265 | (point) (min (point-max) (+ (length fill-prefix) (point))))) | 265 | (point) (min (point-max) (+ (length fill-prefix) (point))))) |
| 266 | (forward-char (length fill-prefix))) | 266 | (forward-char (length fill-prefix))) |
| 267 | (if (and adaptive-fill-mode | 267 | (if (and adaptive-fill-mode adaptive-fill-regexp |
| 268 | (looking-at adaptive-fill-regexp)) | 268 | (looking-at adaptive-fill-regexp)) |
| 269 | (goto-char (match-end 0)))) | 269 | (goto-char (match-end 0)))) |
| 270 | ;; Skip centering or flushright indentation | 270 | ;; Skip centering or flushright indentation |