]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 10 Nov 1995 17:58:55 +0000 (17:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 10 Nov 1995 17:58:55 +0000 (17:58 +0000)
lisp/dos-fns.el

index 4f60325d0830a0b80d0666a8ac0c34c0eda5ee53..1f2a7153ef9d3f60ad7a83850854ccb8ba78b1ff 100644 (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))))