(move-to-left-margin): justification renamed to current-justification.

This commit is contained in:
Richard M. Stallman 1995-01-19 04:26:35 +00:00
parent eed5698bea
commit b3e4518b08

View file

@ -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)