mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 00:01:33 -08:00
(mode-line-remote): Use updated %@ construct.
This commit is contained in:
parent
f716503448
commit
2c5b4e7954
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ Normally nil in most modes, since there is no process to display.")
|
||||||
|
|
||||||
(defvar mode-line-remote
|
(defvar mode-line-remote
|
||||||
(list (propertize
|
(list (propertize
|
||||||
"%1R"
|
"%1@"
|
||||||
'help-echo (purecopy (lambda (window object point)
|
'help-echo (purecopy (lambda (window object point)
|
||||||
(format "%s"
|
(format "%s"
|
||||||
(save-selected-window
|
(save-selected-window
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue