From: Andre Noll Date: Tue, 8 Mar 2016 07:48:27 +0000 (+0100) Subject: i9e: Remove pointless call to rl_set_keymap() in i9e_open(). X-Git-Tag: v0.5.6~48 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=82d34d62888bc4d7b2d06ce52d66d6fc79af6034;hp=82d34d62888bc4d7b2d06ce52d66d6fc79af6034;p=paraslash.git i9e: Remove pointless call to rl_set_keymap() in i9e_open(). The call to rl_set_keymap() can be removed since i9e_attach_to_stdout() already activates the bare key map. ---