Mercurial > hg > xemacs-beta
comparison lisp/vm/vm-summary.el @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 2af401a6ecca |
children |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
39 (vm-menu-install-menus)) | 39 (vm-menu-install-menus)) |
40 (and vm-mouse-track-summary | 40 (and vm-mouse-track-summary |
41 (vm-mouse-support-possible-p) | 41 (vm-mouse-support-possible-p) |
42 (vm-mouse-xemacs-mouse-p) | 42 (vm-mouse-xemacs-mouse-p) |
43 (add-hook 'mode-motion-hook 'mode-motion-highlight-line)) | 43 (add-hook 'mode-motion-hook 'mode-motion-highlight-line)) |
44 (if (or vm-frame-per-folder vm-frame-per-summary) | 44 (if (and vm-mutable-frames (or vm-frame-per-folder vm-frame-per-summary)) |
45 (vm-set-hooks-for-frame-deletion)) | 45 (vm-set-hooks-for-frame-deletion)) |
46 (run-hooks 'vm-summary-mode-hook) | 46 (run-hooks 'vm-summary-mode-hook) |
47 ;; Lucid Emacs apparently used this name | 47 ;; Lucid Emacs apparently used this name |
48 (run-hooks 'vm-summary-mode-hooks)) | 48 (run-hooks 'vm-summary-mode-hooks)) |
49 | 49 |