* lisp/tree-widget.el (tree-widget-end-guide): Escape it. (Bug#27797)
This commit is contained in:
parent
0a85d12474
commit
02d114d6b8
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ Handle mouse button 1 click on buttons.")
|
|||
|
||||
(define-widget 'tree-widget-end-guide 'item
|
||||
"End of a vertical guide line."
|
||||
:tag " `"
|
||||
:tag " \\=`"
|
||||
;;:tag-glyph (tree-widget-find-image "end-guide")
|
||||
:format "%t"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue