]> git.eshelyaron.com Git - emacs.git/commit
Fix customizing of ido-mode (Bug#41557)
authorNoam Postavsky <npostavs@gmail.com>
Wed, 27 May 2020 15:44:18 +0000 (11:44 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 27 May 2020 17:00:03 +0000 (13:00 -0400)
commita824d5c87a1a1f914ce5dc4a6763fd3a8e45d146
tree4bd876ecb41c2267b4d035c022eba04f3afdebe7
parentdcd96745b0c505da5343549410fdab070ca72ff5
Fix customizing of ido-mode (Bug#41557)

lisp/ido.el (ido-mode): When setting the user option to nil, pass 0 to
the function, so that it will be disabled as intended.
lisp/ido.el