Mercurial > emacs
diff lisp/files.el @ 83434:944e6b68a0de
Display "@" in mode-lines of Emacsclient frames.
* lisp/bindings.el (mode-line-client): New variable.
(help-echo): Add it to the default mode-line format.
* lisp/files.el (mode-line-client): Set it as risky.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-474
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 29 Dec 2005 21:11:27 +0000 |
parents | 76396de7f50a |
children | 8438f5473d99 |
line wrap: on
line diff
--- a/lisp/files.el Thu Dec 29 21:10:33 2005 +0000 +++ b/lisp/files.el Thu Dec 29 21:11:27 2005 +0000 @@ -2434,6 +2434,7 @@ (put 'mode-line-format 'risky-local-variable t) (put 'mode-line-modified 'risky-local-variable t) (put 'mode-line-mule-info 'risky-local-variable t) +(put 'mode-line-client 'risky-local-variable t) (put 'mode-line-buffer-identification 'risky-local-variable t) (put 'mode-line-modes 'risky-local-variable t) (put 'mode-line-position 'risky-local-variable t)