comparison lisp/textmodes/refill.el @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children befae6bafecb
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
1 ;;; refill.el --- `auto-fill' by refilling paragraphs on changes 1 ;;; refill.el --- `auto-fill' by refilling paragraphs on changes
2 2
3 ;; Copyright (C) 2000, 2003 Free Software Foundation, Inc. 3 ;; Copyright (C) 2000, 2003 Free Software Foundation, Inc.
4 4
5 ;; Author: Dave Love <fx@gnu.org> 5 ;; Author: Dave Love <fx@gnu.org>
6 ;; Maintainer: Miles Bader <miles@gnu.org>
6 ;; Keywords: wp 7 ;; Keywords: wp
7 8
8 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
9 10
10 ;; GNU Emacs is free software; you can redistribute it and/or modify 11 ;; GNU Emacs is free software; you can redistribute it and/or modify
254 (remove-hook 'post-command-hook 'refill-post-command-function t) 255 (remove-hook 'post-command-hook 'refill-post-command-function t)
255 (kill-local-variable 'backward-delete-char-untabify-method))) 256 (kill-local-variable 'backward-delete-char-untabify-method)))
256 257
257 (provide 'refill) 258 (provide 'refill)
258 259
260 ;;; arch-tag: 2c4ce9e8-1daa-4a3b-b6f8-fd6ac5bf6138
259 ;;; refill.el ends here 261 ;;; refill.el ends here