with 2005-10-23 change to doctor.el.
* finder.el (finder-mode-map): Add follow-link binding.
+2005-10-24 Chong Yidong <cyd@stupidchicken.com>
+
+ * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
+ with 2005-10-23 change to doctor.el.
+
+ * finder.el (finder-mode-map): Add follow-link binding.
+
2005-10-25 Kim F. Storm <storm@cua.dk>
* progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
(let ((map (make-sparse-keymap)))
(define-key map " " 'finder-select)
(define-key map "f" 'finder-select)
+ (define-key map [follow-link] 'mouse-face)
(define-key map [mouse-2] 'finder-mouse-select)
(define-key map "\C-m" 'finder-select)
(define-key map "?" 'finder-summary)
:help "Display manual section that describes a key"))
(define-key menu-bar-help-menu [eliza]
- '(menu-item "Emacs Psychiatrist" doctor
+ '(menu-item "Emacs Therapist" doctor
:help "Our doctor will help you feel better"))
(define-key menu-bar-help-menu [sep4]
'("--"))
(cond ((string-match ".*\\.jpe?g\\'" img) 'jpeg)
((string-match ".*\\.xpm\\'" img) 'xpm)
((string-match ".*\\.xbm\\'" img) 'xbm)
+ ((string-match ".*\\.pbm\\'" img) 'pbm)
((string-match ".*\\.gif\\'" img) 'gif)
((string-match ".*\\.bmp\\'" img) 'bmp)
((string-match ".*\\.png\\'" img) 'png)