diff options
| -rw-r--r-- | lisp/indent.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 109 | (interactive "p") | 109 | (interactive "p") |
| 110 | (beginning-of-line n) | 110 | (beginning-of-line n) |
| 111 | (skip-chars-forward " \t") | 111 | (skip-chars-forward " \t") |
| 112 | (if (not (memq (justification) '(right center))) | 112 | (if (not (memq (current-justification) '(right center))) |
| 113 | (let ((cc (current-column)) | 113 | (let ((cc (current-column)) |
| 114 | (lm (current-left-margin))) | 114 | (lm (current-left-margin))) |
| 115 | (cond ((> cc lm) | 115 | (cond ((> cc lm) |