]> git.eshelyaron.com Git - emacs.git/commit
lisp/speedbar.el: Fix computation of boolean return values
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 16 Oct 2019 12:37:06 +0000 (14:37 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 16 Oct 2019 12:37:06 +0000 (14:37 +0200)
commitb6babe9b4459763889d74d455005d6765df8686d
tree0d8b8b5330d42c9d09d9dc217a040b06f4812f9c
parent287f5f1fa48ba947c41ad897ba6f5288a166c887
lisp/speedbar.el: Fix computation of boolean return values

* lisp/speedbar.el (speedbar-check-vc-this-line):
Normalize boolean result.
(speedbar-this-file-in-vc): Use `run-hook-with-args-until-success'
to check for files under versin control.  Doc fix.
lisp/speedbar.el