Mercurial > emacs
changeset 35333:ac14700e2c6b
(next-line-add-newlines): Add :version.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 16 Jan 2001 12:13:43 +0000 |
parents | 95ff316255a5 |
children | 7cf24bda5ab7 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Tue Jan 16 11:41:33 2001 +0000 +++ b/lisp/simple.el Tue Jan 16 12:13:43 2001 +0000 @@ -2366,6 +2366,7 @@ (defcustom next-line-add-newlines nil "*If non-nil, `next-line' inserts newline to avoid `end of buffer' error." :type 'boolean + :version "21.1" :group 'editing-basics) (defun next-line (arg)