org-timer.el: Check `org-timer-display' in `org-timer-set-mode-line' when value is...
commite2329cc961ece5791db1bd9057a94fa8b2248717
authorMuchenxuan Tong <demon386@gmail.com>
Wed, 29 Aug 2012 17:54:44 +0000 (29 19:54 +0200)
committerBastien Guerry <bzg@altern.org>
Wed, 29 Aug 2012 17:54:44 +0000 (29 19:54 +0200)
tree6e2972b257a96063f7b045512a9391afe86798a6
parent4f5bd2522eefb668c75dbc59c141917b07dd849c
org-timer.el: Check `org-timer-display' in `org-timer-set-mode-line' when value is 'off

* lisp/org-timer.el (org-timer-set-mode-line): Check
`org-timer-display' when value is 'off.

This solves the error of (org-timer-set-mode-line 'off) when
`org-timer-display' is 'mode-line. In this case `frame-title-format'
may not be a list.

TINYCHANGE
lisp/org-timer.el