[Timeline] Use ‘cl-assert’ instead of ‘assert’

This commit is contained in:
Daniel - 2018-01-21 18:59:56 +01:00
parent 90f6201c87
commit a21bc3bc70
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ region will be traversed."
(defun timeline-tools-get-headline (marker)
"Get headline of task at MARKER."
(assert (markerp marker))
(cl-assert (markerp marker))
(save-match-data
(let* ((heading (save-mark-and-excursion
(with-current-buffer (marker-buffer marker)