Commit 9efbdea0 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

fix breakage

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3318 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 10 additions and 10 deletions
+10 -10
...@@ -426,7 +426,7 @@ void shortcut_init(bool unjustify) ...@@ -426,7 +426,7 @@ void shortcut_init(bool unjustify)
IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY, IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY,
NANO_NO_KEY, VIEW, NANO_NO_KEY, VIEW,
#ifndef DISABLE_HELP #ifndef DISABLE_HELP
do_help_void do_help
#else #else
nano_disabled_msg nano_disabled_msg
#endif #endif
...@@ -658,7 +658,7 @@ void shortcut_init(bool unjustify) ...@@ -658,7 +658,7 @@ void shortcut_init(bool unjustify)
IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY, IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY,
NANO_NO_KEY, VIEW, NANO_NO_KEY, VIEW,
#ifndef DISABLE_HELP #ifndef DISABLE_HELP
do_help_void do_help
#else #else
nano_disabled_msg nano_disabled_msg
#endif #endif
...@@ -745,7 +745,7 @@ void shortcut_init(bool unjustify) ...@@ -745,7 +745,7 @@ void shortcut_init(bool unjustify)
IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY, IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY,
NANO_NO_KEY, VIEW, NANO_NO_KEY, VIEW,
#ifndef DISABLE_HELP #ifndef DISABLE_HELP
do_help_void do_help
#else #else
nano_disabled_msg nano_disabled_msg
#endif #endif
...@@ -800,7 +800,7 @@ void shortcut_init(bool unjustify) ...@@ -800,7 +800,7 @@ void shortcut_init(bool unjustify)
IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY, IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY,
NANO_NO_KEY, VIEW, NANO_NO_KEY, VIEW,
#ifndef DISABLE_HELP #ifndef DISABLE_HELP
do_help_void do_help
#else #else
nano_disabled_msg nano_disabled_msg
#endif #endif
...@@ -830,7 +830,7 @@ void shortcut_init(bool unjustify) ...@@ -830,7 +830,7 @@ void shortcut_init(bool unjustify)
IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY, IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY,
NANO_NO_KEY, VIEW, NANO_NO_KEY, VIEW,
#ifndef DISABLE_HELP #ifndef DISABLE_HELP
do_help_void do_help
#else #else
nano_disabled_msg nano_disabled_msg
#endif #endif
...@@ -858,7 +858,7 @@ void shortcut_init(bool unjustify) ...@@ -858,7 +858,7 @@ void shortcut_init(bool unjustify)
IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY, IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY,
NANO_NO_KEY, VIEW, NANO_NO_KEY, VIEW,
#ifndef DISABLE_HELP #ifndef DISABLE_HELP
do_help_void do_help
#else #else
nano_disabled_msg nano_disabled_msg
#endif #endif
...@@ -926,7 +926,7 @@ void shortcut_init(bool unjustify) ...@@ -926,7 +926,7 @@ void shortcut_init(bool unjustify)
IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY, IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY,
NANO_NO_KEY, VIEW, NANO_NO_KEY, VIEW,
#ifndef DISABLE_HELP #ifndef DISABLE_HELP
do_help_void do_help
#else #else
nano_disabled_msg nano_disabled_msg
#endif #endif
...@@ -974,7 +974,7 @@ void shortcut_init(bool unjustify) ...@@ -974,7 +974,7 @@ void shortcut_init(bool unjustify)
IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY, IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY,
NANO_NO_KEY, VIEW, NANO_NO_KEY, VIEW,
#ifndef DISABLE_HELP #ifndef DISABLE_HELP
do_help_void do_help
#else #else
nano_disabled_msg nano_disabled_msg
#endif #endif
...@@ -1030,7 +1030,7 @@ void shortcut_init(bool unjustify) ...@@ -1030,7 +1030,7 @@ void shortcut_init(bool unjustify)
IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY, IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY,
NANO_NO_KEY, VIEW, NANO_NO_KEY, VIEW,
#ifndef DISABLE_HELP #ifndef DISABLE_HELP
do_help_void do_help
#else #else
nano_disabled_msg nano_disabled_msg
#endif #endif
...@@ -1071,7 +1071,7 @@ void shortcut_init(bool unjustify) ...@@ -1071,7 +1071,7 @@ void shortcut_init(bool unjustify)
IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY, IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY,
NANO_NO_KEY, VIEW, NANO_NO_KEY, VIEW,
#ifndef DISABLE_HELP #ifndef DISABLE_HELP
do_help_void do_help
#else #else
nano_disabled_msg nano_disabled_msg
#endif #endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment