diff --git a/ChangeLog b/ChangeLog index 7be66289..bc082bf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-12-15 Chris Allegretta + * doc/nanorc.sample.in - Remove erroneous 'set suspendenable' as it's actually a + key binding (e.g. 'bind M-Z suspendenable all') and not a settable flag. Fixes + Savannah bug 28299 reported by Mike Frysinger. + GNU nano 2.2.1 - 2009.12.12 2009-12-12 Chris Allegretta * text.c (do_delete), nano.c (do_output): Add check for length of current line diff --git a/doc/nanorc.sample.in b/doc/nanorc.sample.in index 576c490e..f164c269 100644 --- a/doc/nanorc.sample.in +++ b/doc/nanorc.sample.in @@ -152,10 +152,6 @@ ## Allow nano to be suspended. # set suspend -## If nano is allowed to be suspended, allow the suspend key (usually -## ^Z) to actually suspend it. -# set suspendenable - ## Use this tab size instead of the default; it must be greater than 0. # set tabsize 8