mirror of
git://git.sv.gnu.org/nano.git
synced 2024-12-24 19:36:52 +03:00
fix erroneous #ifdef so that nano compiles with --disable-justify again
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1830 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
d36715e8ac
commit
a539fce4ad
@ -1,4 +1,8 @@
|
|||||||
CVS code -
|
CVS code -
|
||||||
|
- global.c:
|
||||||
|
shortcut_init()
|
||||||
|
- Fix erroneous #ifdef so that nano compiles with
|
||||||
|
--disable-justify again. (DLR; found by Mike Frysinger)
|
||||||
|
|
||||||
GNU nano 1.3.3 - 2004.06.28
|
GNU nano 1.3.3 - 2004.06.28
|
||||||
- General:
|
- General:
|
||||||
|
@ -503,7 +503,7 @@ void shortcut_init(int unjustify)
|
|||||||
sc_init_one(&main_list, NANO_JUSTIFY_KEY, _("Justify"),
|
sc_init_one(&main_list, NANO_JUSTIFY_KEY, _("Justify"),
|
||||||
IFHELP(nano_justify_msg, NANO_NO_KEY),
|
IFHELP(nano_justify_msg, NANO_NO_KEY),
|
||||||
NANO_JUSTIFY_FKEY, NANO_NO_KEY, NOVIEW,
|
NANO_JUSTIFY_FKEY, NANO_NO_KEY, NOVIEW,
|
||||||
#ifndef NANO_SMALL
|
#ifndef DISABLE_JUSTIFY
|
||||||
do_justify_void
|
do_justify_void
|
||||||
#else
|
#else
|
||||||
nano_disabled_msg
|
nano_disabled_msg
|
||||||
|
Loading…
Reference in New Issue
Block a user