Mercurial > emacs
changeset 14770:e3567339daa7
(beginning-of-line-text): Check adaptive-fill-regexp is non-nil.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 06 Mar 1996 19:12:58 +0000 |
parents | acf049402d18 |
children | a10f783eeb28 |
files | lisp/indent.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/indent.el Wed Mar 06 07:49:55 1996 +0000 +++ b/lisp/indent.el Wed Mar 06 19:12:58 1996 +0000 @@ -264,7 +264,7 @@ (buffer-substring (point) (min (point-max) (+ (length fill-prefix) (point))))) (forward-char (length fill-prefix))) - (if (and adaptive-fill-mode + (if (and adaptive-fill-mode adaptive-fill-regexp (looking-at adaptive-fill-regexp)) (goto-char (match-end 0)))) ;; Skip centering or flushright indentation