1
Fork 0
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:
Richard M. Stallman 1995-11-10 17:58:55 +00:00
parent 52c7612248
commit dde25849fd

View file

@ -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))))