emacs-diffs
[Top][All Lists]
Advanced

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

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


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuffer.el
Date: Fri, 04 Apr 2003 20:03:23 -0500

Index: emacs/lisp/ibuffer.el
diff -c emacs/lisp/ibuffer.el:1.51 emacs/lisp/ibuffer.el:1.52
*** emacs/lisp/ibuffer.el:1.51  Fri Apr  4 16:46:42 2003
--- emacs/lisp/ibuffer.el       Fri Apr  4 20:03:23 2003
***************
*** 2067,2075 ****
       mouse-face highlight
       help-echo ,(let ((echo '(if tooltip-mode
                                 "mouse-1: toggle marks in this group\nmouse-2: 
hide/show this filtering group"
!                              " mouse-1: toggle marks  mouse-2: hide/show")))
                  (if (> (length filter-string) 0)
!                     `(concat ,filter-string (and tooltip-mode "\n") ,echo)
                    echo))))
    (insert "\n")
    (when bmarklist
--- 2067,2077 ----
       mouse-face highlight
       help-echo ,(let ((echo '(if tooltip-mode
                                 "mouse-1: toggle marks in this group\nmouse-2: 
hide/show this filtering group"
!                              "mouse-1: toggle marks  mouse-2: hide/show")))
                  (if (> (length filter-string) 0)
!                     `(concat ,filter-string
!                              (if tooltip-mode "\n" " ")
!                              ,echo)
                    echo))))
    (insert "\n")
    (when bmarklist




reply via email to

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