changeset 10470:954a7f765673

(move-to-left-margin): justification renamed to current-justification.
author Richard M. Stallman <rms@gnu.org>
date Thu, 19 Jan 1995 04:26:35 +0000
parents 2546bad34200
children 3eb77f03f53e
files lisp/indent.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/indent.el	Thu Jan 19 04:21:56 1995 +0000
+++ b/lisp/indent.el	Thu Jan 19 04:26:35 1995 +0000
@@ -109,7 +109,7 @@
   (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)