Mercurial > emacs
diff lisp/simple.el @ 10471:3eb77f03f53e
(do-auto-fill): justification renamed to current-justification.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 19 Jan 1995 04:26:55 +0000 |
| parents | 2546bad34200 |
| children | 8c7043925702 |
line wrap: on
line diff
--- a/lisp/simple.el Thu Jan 19 04:26:35 1995 +0000 +++ b/lisp/simple.el Thu Jan 19 04:26:55 1995 +0000 @@ -2163,7 +2163,7 @@ (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))))
