From: Richard M. Stallman Date: Thu, 19 Jan 1995 04:26:55 +0000 (+0000) Subject: (do-auto-fill): justification renamed to current-justification. X-Git-Tag: emacs-19.34~5387 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c18465c4b994c466f1a001a7c65eafc2cf477b20;p=emacs.git (do-auto-fill): justification renamed to current-justification. --- 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))))