tweaks: correct a typo that broke binding a key to a string

Commit 0cf455bc introduced the typo.
master
Benno Schulenberg 2018-02-27 10:19:56 +01:00
parent 48749a9500
commit c757aee235
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ bool is_universal(void (*func)(void))
#ifndef NANO_TINY
func == do_prev_word_void || func == do_next_word_void ||
#endif
#ifndef ENABLE_NANORC
#ifdef ENABLE_NANORC
func == implant ||
#endif
func == do_delete || func == do_backspace ||