comparison lisp/textmodes/refill.el @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
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>
7 ;; Keywords: wp 6 ;; Keywords: wp
8 7
9 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
10 9
11 ;; GNU Emacs is free software; you can redistribute it and/or modify 10 ;; GNU Emacs is free software; you can redistribute it and/or modify
255 (remove-hook 'post-command-hook 'refill-post-command-function t) 254 (remove-hook 'post-command-hook 'refill-post-command-function t)
256 (kill-local-variable 'backward-delete-char-untabify-method))) 255 (kill-local-variable 'backward-delete-char-untabify-method)))
257 256
258 (provide 'refill) 257 (provide 'refill)
259 258
260 ;;; arch-tag: 2c4ce9e8-1daa-4a3b-b6f8-fd6ac5bf6138
261 ;;; refill.el ends here 259 ;;; refill.el ends here