diff --git a/lisp/indent.el b/lisp/indent.el index 0f3c70ef366..131a5a48628 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -109,7 +109,7 @@ the text in this case." (interactive "p") (beginning-of-line n) (skip-chars-forward " \t") - (if (not (memq (justification) '(right center))) + (if (not (memq (current-justification) '(right center))) (let ((cc (current-column)) (lm (current-left-margin))) (cond ((> cc lm)