xtodo emacs code

max hhssmm is 235959, in hexadecimal is 399b7

;; fix TAB TAB in xah elisp mode
  (let (xp1 xp2 xleft xright xtoL xtoR

            )
    (let ((xbds (xah-get-bounds-of-block-or-region))) (setq xp1 (car xbds) xp2 (cdr xbds)))
)