Merge branch 'maint'
This commit is contained in:
commit
4adf17f811
|
@ -5411,7 +5411,7 @@ will be prompted for."
|
||||||
(and move (backward-char 1))))
|
(and move (backward-char 1))))
|
||||||
|
|
||||||
(defconst org-nonsticky-props
|
(defconst org-nonsticky-props
|
||||||
'(mouse-face highlight keymap invisible intangible help-echo org-linked-text))
|
'(mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link))
|
||||||
|
|
||||||
(defsubst org-rear-nonsticky-at (pos)
|
(defsubst org-rear-nonsticky-at (pos)
|
||||||
(add-text-properties (1- pos) pos (list 'rear-nonsticky org-nonsticky-props)))
|
(add-text-properties (1- pos) pos (list 'rear-nonsticky org-nonsticky-props)))
|
||||||
|
|
Loading…
Reference in New Issue