mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
* 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
|
(define-widget 'tree-widget-end-guide 'item
|
||||||
"End of a vertical guide line."
|
"End of a vertical guide line."
|
||||||
:tag " `"
|
:tag " \\=`"
|
||||||
;;:tag-glyph (tree-widget-find-image "end-guide")
|
;;:tag-glyph (tree-widget-find-image "end-guide")
|
||||||
:format "%t"
|
:format "%t"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue