From: Richard M. Stallman Date: Thu, 19 Jan 1995 04:26:35 +0000 (+0000) Subject: (move-to-left-margin): justification renamed to current-justification. X-Git-Tag: emacs-19.34~5388 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3e4518b089dbdebb8947536862cb2a7077dbcd9;p=emacs.git (move-to-left-margin): justification renamed to current-justification. --- 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)