]> git.eshelyaron.com Git - emacs.git/commitdiff
(move-to-left-margin): justification renamed to current-justification.
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 Jan 1995 04:26:35 +0000 (04:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 Jan 1995 04:26:35 +0000 (04:26 +0000)
lisp/indent.el

index 0f3c70ef3663092af50e3ecfa861e7616ba77ff7..131a5a4862842494c35a7ed1b7a773b50df82b27 100644 (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)