Function: ffap-ro-mode-hook

ffap-ro-mode-hook is a byte-compiled function defined in ffap.el.gz.

Signature

(ffap-ro-mode-hook)

Documentation

Bind ffap-next and ffap-menu to \M-l and \M-m, resp.

Source Code

;; Defined in /usr/src/emacs/lisp/ffap.el.gz
;;; Hooks for Gnus, VM, Rmail:
;;
;; If you do not like these bindings, write versions with whatever
;; bindings you would prefer.

(defun ffap-ro-mode-hook ()
  "Bind `ffap-next' and `ffap-menu' to \\`M-l' and \\`M-m', resp."
  (local-set-key "\M-l" 'ffap-next)
  (local-set-key "\M-m" 'ffap-menu))