cxref for DEBIAN ---------------------- The keybindings in cxref.el have been modified to reserve the sequence 'C-c [a-zA-Z]' for use by the user (please see '(elisp) Coding Conventions' in the elisp manual). They now read: (define-key c-mode-map "\C-c\C-x\C-f" 'cxref-file-comment) ;; Control-C Control-F (define-key c-mode-map "\C-c\C-xf" 'cxref-function-comment) ;; Control-C f (define-key c-mode-map "\C-c\C-xv" 'cxref-variable-comment) ;; Control-C v (define-key c-mode-map "\C-c\C-xe" 'cxref-endline-comment) ;; Control-C e (define-key c-mode-map "\C-c\C-xi" 'cxref-inline-comment) ;; Control-C i Camm Maguire , Tue, 20 Jul 1999 16:41:10 -0400