]> git.wh0rd.org Git - nano.git/commit
Eradicating the execute flag -- it is almost always TRUE, and when it's FALSE
authorBenno Schulenberg <bensberg@justemail.net>
Sat, 28 Jun 2014 14:42:18 +0000 (14:42 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Sat, 28 Jun 2014 14:42:18 +0000 (14:42 +0000)
commitd4623f3ca33ec84da744681fd710cd5c7a816995
tree42a4d2a9cb72385b1f54e4e8de43702469e36da0
parentb5895f0a51708ade13c21c9118fde1b8e23174a5
Eradicating the execute flag -- it is almost always TRUE, and when it's FALSE
then it's for a function that is an empty placeholder, so executing it will
not do anything anyway.  Handling the one exception (do_gotolinecolumn_void)
specially, just like the other one (do_cancel) already is.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5029 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/global.c
src/prompt.c