emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/fill.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/fill.el
Date: Thu, 19 May 2005 15:06:24 -0400

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]