emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/msb.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/msb.el
Date: Wed, 08 May 2002 09:13:57 -0400

Index: emacs/lisp/msb.el
diff -c emacs/lisp/msb.el:1.41 emacs/lisp/msb.el:1.42
*** emacs/lisp/msb.el:1.41      Mon Apr 29 18:50:36 2002
--- emacs/lisp/msb.el   Wed May  8 09:13:57 2002
***************
*** 1114,1122 ****
                 (mapcar
                  (lambda (frame)
                    (nconc
!                    (list frame
!                          (cdr (assq 'name
!                                     (frame-parameters frame)))
                           (cons nil nil))
                     'menu-bar-select-frame))
                  frames)))))
--- 1114,1121 ----
                 (mapcar
                  (lambda (frame)
                    (nconc
!                    (list (frame-parameter frame 'name)
!                          (frame-parameter frame 'name)
                           (cons nil nil))
                     'menu-bar-select-frame))
                  frames)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]