comparison lisp/progmodes/compile.el @ 76748:e22915955932

Change help-echo (again). `Entering directory DIR' visits DIR but `Leaving directory DIR' visits parent of DIR.
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 26 Mar 2007 10:20:27 +0000
parents 712ae35a87ce
children 9d01047fbeaf 4ef881a120fe
comparison
equal deleted inserted replaced
76747:44f86e993c52 76748:e22915955932
624 (or (cdr dir) 624 (or (cdr dir)
625 '(nil)) ; nil only isn't a property-change 625 '(nil)) ; nil only isn't a property-change
626 (cons (match-string-no-properties idx) dir)) 626 (cons (match-string-no-properties idx) dir))
627 mouse-face highlight 627 mouse-face highlight
628 keymap compilation-button-map 628 keymap compilation-button-map
629 help-echo "mouse-2: visit this directory"))) 629 help-echo "mouse-2: visit destination directory")))
630 630
631 ;; Data type `reverse-ordered-alist' retriever. This function retrieves the 631 ;; Data type `reverse-ordered-alist' retriever. This function retrieves the
632 ;; KEY element from the ALIST, creating it in the right position if not already 632 ;; KEY element from the ALIST, creating it in the right position if not already
633 ;; present. ALIST structure is 633 ;; present. ALIST structure is
634 ;; '(ANCHOR (KEY1 ...) (KEY2 ...)... (KEYn ALIST ...)) 634 ;; '(ANCHOR (KEY1 ...) (KEY2 ...)... (KEYn ALIST ...))