Use a simple keyword for a non-nil argument
commit08b386db1f4212ce90f726442fcf356885fb31ae
authorPhilipp Stephani <phst@google.com>
Sat, 1 Oct 2016 18:13:53 +0000 (1 20:13 +0200)
committerPhilipp Stephani <phst@google.com>
Sat, 1 Oct 2016 18:13:53 +0000 (1 20:13 +0200)
tree5c9ed8a6566f72232d8263fad4fb9ddad76fbb40
parentb661efd90d9bd57430761b0e87fcc8723ec24814
Use a simple keyword for a non-nil argument

The second argument of `run-with-idle-timer' is Boolean, i.e. only nil
and non-nil values are distinguished.  Passing a number here is
confusing.  Pass a descriptive symbol instead.

* lisp/frame.el (blink-cursor-mode, blink-cursor-check): Use
:repeat symbol instead of number for second argument of
`run-with-idle-timer'
lisp/frame.el