From b3e4518b089dbdebb8947536862cb2a7077dbcd9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 19 Jan 1995 04:26:35 +0000 Subject: [PATCH] (move-to-left-margin): justification renamed to current-justification. --- lisp/indent.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5