mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Fix previous change.
This commit is contained in:
parent
52c7612248
commit
dde25849fd
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
;;; Code:
|
||||
|
||||
;;; Add %t: into the mode line format just after the open-paren.
|
||||
(let ((tail (assoc " %[(" mode-line-format)))
|
||||
(let ((tail (member " %[(" mode-line-format)))
|
||||
(setcdr tail (cons (purecopy "%t:")
|
||||
(cdr tail))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue