From c18465c4b994c466f1a001a7c65eafc2cf477b20 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 19 Jan 1995 04:26:55 +0000 Subject: [PATCH] (do-auto-fill): justification renamed to current-justification. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 40845d0c10c..a42ce3b35b7 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2163,7 +2163,7 @@ Setting this variable automatically makes it local to the current buffer.") (defun do-auto-fill () (let (fc justify bol give-up) - (if (or (not (setq justify (justification))) + (if (or (not (setq justify (current-justification))) (and (setq fc (current-fill-column)) ; make sure this gets set (eq justify 'left) (<= (current-column) (setq fc (current-fill-column)))) -- 2.39.5