* mm-hdrs.el: fix unmarking headers
This commit is contained in:
@ -496,7 +496,7 @@ The following marks are available, and the corresponding props:
|
|||||||
;; unless we're unmarking
|
;; unless we're unmarking
|
||||||
(remhash docid mm/marks-map)
|
(remhash docid mm/marks-map)
|
||||||
;; remove possible overlays
|
;; remove possible overlays
|
||||||
(remove-overlays (point) (line-end-position))
|
(remove-overlays (line-beginning-position) (line-end-position))
|
||||||
|
|
||||||
;; now, let's set a mark (unless we were unmarking)
|
;; now, let's set a mark (unless we were unmarking)
|
||||||
(unless (eql mark 'unmark)
|
(unless (eql mark 'unmark)
|
||||||
|
|||||||
Reference in New Issue
Block a user