Mercurial > emacs
comparison lisp/follow.el @ 80038:322fda44015a
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 05 Feb 2008 11:47:46 +0000 |
parents | 73661ddc7ac7 |
children | f991f10f15ec |
comparison
equal
deleted
inserted
replaced
80037:4318dfaeb2cb | 80038:322fda44015a |
---|---|
298 ;; To change the prefix, redefine `follow-mode-prefix' before | 298 ;; To change the prefix, redefine `follow-mode-prefix' before |
299 ;; `follow' is loaded, or see the section on `follow-mode-hook' | 299 ;; `follow' is loaded, or see the section on `follow-mode-hook' |
300 ;; above for an example of how to bind the keys the way you like. | 300 ;; above for an example of how to bind the keys the way you like. |
301 ;; | 301 ;; |
302 ;; Please note that the keymap is defined the first time this file is | 302 ;; Please note that the keymap is defined the first time this file is |
303 ;; loaded. Also note that the only legal way to manipulate the | 303 ;; loaded. Also note that the only valid way to manipulate the |
304 ;; keymap is to use `define-key'. Don't change it using `setq' or | 304 ;; keymap is to use `define-key'. Don't change it using `setq' or |
305 ;; similar! | 305 ;; similar! |
306 | 306 |
307 (defcustom follow-mode-prefix "\C-c." | 307 (defcustom follow-mode-prefix "\C-c." |
308 "Prefix key to use for follow commands in Follow mode. | 308 "Prefix key to use for follow commands in Follow mode. |