Hi Juan,

Juan Pechiar <j...@pechiar.com> writes:

> A very minor bug when jumping to today from agenda buffer, on Emacs
> for OS-X.

Fixed, thanks.  

The thing is, if you add a text property from (point-min) to
(point-max), (get-text-property (point-max) 'prop) will always
return nil -- because it checks against the character *after*
(point-max)... which does not exist of course.

Thanks for reporting this!

-- 
 Bastien

Reply via email to