Mercurial > emacs
changeset 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 | 954a7f765673 |
children | 82ff279a4cea |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))))