]> code.delx.au - gnu-emacs-elpa/commit
Use quote instead of function to prevent compiler warnings
authorOleh Krehel <ohwoeowho@gmail.com>
Thu, 23 Jul 2015 08:54:50 +0000 (10:54 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Thu, 23 Jul 2015 08:54:50 +0000 (10:54 +0200)
commit852ae2668a242e03b66a4cfd6182b0964cd9ed7e
tree7a4671fd049cd7b70c1d1a46522ad1626fc2f29f
parent7aa818795758d09ec0c2dd0fdc37e5e418f03f48
Use quote instead of function to prevent compiler warnings

* hydra.el (defhydra): In generated `define-key' statement use `quote'
  instead of `function'.

* hydra-test.el (hydra-red-error): Update test.

This should fix the byte compiler warning for hydra-examples.el.
hydra-test.el
hydra.el