comparison lisp/textmodes/text-mode.el @ 10494:1512a87a6451

(center-line): fill-column is a var, not a function.
author Karl Heuer <kwzh@gnu.org>
date Fri, 20 Jan 1995 19:12:20 +0000
parents 795d0e6cda6b
children 03f7e4952d42
comparison
equal deleted inserted replaced
10493:ed52763e77d6 10494:1512a87a6451
153 (delete-horizontal-space) 153 (delete-horizontal-space)
154 (end-of-line) 154 (end-of-line)
155 (delete-horizontal-space) 155 (delete-horizontal-space)
156 (setq line-length (current-column)) 156 (setq line-length (current-column))
157 (indent-line-to 157 (indent-line-to
158 (+ lm (/ (- (fill-column) lm line-length) 2)))))) 158 (+ lm (/ (- fill-column lm line-length) 2))))))
159 159
160 ;;; text-mode.el ends here 160 ;;; text-mode.el ends here