comparison lisp/pcvs-defs.el @ 37695:377af5547011

(cvs-mode-map): Don't rebind `undo'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 11 May 2001 20:50:37 +0000
parents 3ae41b8bb994
children c1646601f895
comparison
equal deleted inserted replaced
37694:615b5341ede0 37695:377af5547011
2 2
3 ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. 3 ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
4 4
5 ;; Author: Stefan Monnier <monnier@cs.yale.edu> 5 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
6 ;; Keywords: pcl-cvs 6 ;; Keywords: pcl-cvs
7 ;; Revision: $Id: pcvs-defs.el,v 1.11 2001/03/07 00:18:27 monnier Exp $ 7 ;; Revision: $Id: pcvs-defs.el,v 1.12 2001/04/13 15:19:50 monnier Exp $
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify 11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by 12 ;; it under the terms of the GNU General Public License as published by
311 (fset 'cvs-mode-diff-map cvs-mode-diff-map) 311 (fset 'cvs-mode-diff-map cvs-mode-diff-map)
312 312
313 (easy-mmode-defmap cvs-mode-map 313 (easy-mmode-defmap cvs-mode-map
314 ;;(define-prefix-command 'cvs-mode-map-diff-prefix) 314 ;;(define-prefix-command 'cvs-mode-map-diff-prefix)
315 ;;(define-prefix-command 'cvs-mode-map-control-c-prefix) 315 ;;(define-prefix-command 'cvs-mode-map-control-c-prefix)
316 `(;; simulate `suppress-keymap' 316 '(;; simulate `suppress-keymap'
317 (self-insert-command . undefined) 317 (self-insert-command . undefined)
318 (("0" "1" "2" "3" "4" "5" "6" "7" "8" "9") . digit-argument) 318 (("0" "1" "2" "3" "4" "5" "6" "7" "8" "9") . digit-argument)
319 ("-" . negative-argument) 319 ("-" . negative-argument)
320 ;; various 320 ;; various
321 (undo . cvs-mode-undo) 321 ;; (undo . cvs-mode-undo)
322 ("?" . cvs-help) 322 ("?" . cvs-help)
323 ("h" . cvs-help) 323 ("h" . cvs-help)
324 ("q" . cvs-bury-buffer) 324 ("q" . cvs-bury-buffer)
325 ;;("Q" . kill-buffer) 325 ;;("Q" . kill-buffer)
326 ("F" . cvs-mode-set-flags) 326 ("F" . cvs-mode-set-flags)