Index: emacs/lisp/textmodes/fill.el
diff -c emacs/lisp/textmodes/fill.el:1.175 emacs/lisp/textmodes/fill.el:1.176
*** emacs/lisp/textmodes/fill.el:1.175  Thu Mar 31 04:44:46 2005
--- emacs/lisp/textmodes/fill.el        Thu May 19 19:06:19 2005
***************
*** 61,67 ****
  Kinsoku processing is designed to prevent certain characters from being
  placed at the beginning or end of a line by filling.
  See the documentation of `kinsoku' for more information."
!   :type 'boolean)
  
  (defun set-fill-prefix ()
    "Set the fill prefix to the current line up to point.
--- 61,68 ----
  Kinsoku processing is designed to prevent certain characters from being
  placed at the beginning or end of a line by filling.
  See the documentation of `kinsoku' for more information."
!   :type 'boolean
!   :group 'fill)
  
  (defun set-fill-prefix ()
    "Set the fill prefix to the current line up to point.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to