emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Tue, 06 May 2003 13:52:20 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.598 emacs/lisp/simple.el:1.599
*** emacs/lisp/simple.el:1.598  Wed Apr 23 21:57:46 2003
--- emacs/lisp/simple.el        Tue May  6 13:52:20 2003
***************
*** 80,86 ****
  text-property `hard'.
  With ARG, insert that many newlines.
  Call `auto-fill-function' if the current column number is greater
! than the value of `fill-column' and ARG is `nil'."
    (interactive "*P")
    (barf-if-buffer-read-only)
    ;; Inserting a newline at the end of a line produces better redisplay in
--- 80,86 ----
  text-property `hard'.
  With ARG, insert that many newlines.
  Call `auto-fill-function' if the current column number is greater
! than the value of `fill-column' and ARG is nil."
    (interactive "*P")
    (barf-if-buffer-read-only)
    ;; Inserting a newline at the end of a line produces better redisplay in




reply via email to

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