diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/bindings.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index fc66d36b41f..eea9184cee4 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -173,9 +173,7 @@ corresponding to the mode line clicked." | |||
| 173 | (defvar mode-line-client | 173 | (defvar mode-line-client |
| 174 | `("" | 174 | `("" |
| 175 | (:propertize ("" (:eval (if (frame-parameter nil 'client) "@" ""))) | 175 | (:propertize ("" (:eval (if (frame-parameter nil 'client) "@" ""))) |
| 176 | help-echo "Emacsclient frame" | 176 | help-echo "Emacsclient frame")) |
| 177 | local-map ,mode-line-input-method-map | ||
| 178 | mouse-face mode-line-highlight)) | ||
| 179 | "Mode-line control for identifying Emacsclient frames.") | 177 | "Mode-line control for identifying Emacsclient frames.") |
| 180 | 178 | ||
| 181 | (defvar mode-line-mule-info | 179 | (defvar mode-line-mule-info |