File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -323,18 +323,19 @@ Position argument ARG0."
323
323
mode-line-modes))))
324
324
(lst (cl-remove-if #'null (list icon line-modes)))
325
325
(ind (mapconcat #'identity lst " " )))
326
- (propertize ind
327
- 'mouse-face 'mode-line-highlight
328
- 'help-echo " Major and minor modes
326
+ (concat ( propertize ind
327
+ 'mouse-face 'mode-line-highlight
328
+ 'help-echo " Major and minor modes
329
329
mouse-1: Toggle display of major mode name"
330
- 'local-map (let ((map (make-sparse-keymap )))
331
- (define-key map (vector 'mode-line 'mouse-1 )
332
- (lambda (&rest _ )
333
- (interactive )
334
- (setq jcs-modeline-show-mode-name
335
- (not jcs-modeline-show-mode-name))
336
- (force-mode-line-update t )))
337
- map))))
330
+ 'local-map (let ((map (make-sparse-keymap )))
331
+ (define-key map (vector 'mode-line 'mouse-1 )
332
+ (lambda (&rest _ )
333
+ (interactive )
334
+ (setq jcs-modeline-show-mode-name
335
+ (not jcs-modeline-show-mode-name))
336
+ (force-mode-line-update t )))
337
+ map))
338
+ " " )))
338
339
339
340
; ;
340
341
; ;; Line and Columns
You can’t perform that action at this time.
0 commit comments