Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: karthink/timeout

Tags

v2.1

Toggle v2.1's commit message
timeout: Bump version to 2.1

* timeout.el:

v2.0

Toggle v2.0's commit message
timeout: Update to v2.0 with renamed functions and upstreaming

* timeout.el (timeout-debouce, timeout-debouced-func)
(timeout-throttle, timeout-throttled-func): For compatibility with
the version of this package to be upstreamed into Emacs, change
the names of the functions in this library to match the Elisp
naming conventions.  The changes are:

timeout-throttle  -> timeout-throttled-func
timeout-throttle  -> timeout-throttled-func
timeout-throttle! -> timeout-throttle
timeout-throttle! -> timeout-throttle

Update version of package to v2 because of breaking change.

* README.org: Mention breaking change.