changeset 60980:794bc6a34084

Update copyright. (top level): Delete local C-down-mouse-3 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
author Glenn Morris <rgm@gnu.org>
date Sat, 26 Mar 2005 15:54:29 +0000
parents 2a96c49243d2
children 669da3d2cff9
files lisp/calendar/cal-menu.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-menu.el	Sat Mar 26 15:53:48 2005 +0000
+++ b/lisp/calendar/cal-menu.el	Sat Mar 26 15:54:29 2005 +0000
@@ -1,6 +1,6 @@
 ;;; cal-menu.el --- calendar functions for menu bar and popup menu support
 
-;; Copyright (C) 1994, 1995, 2001, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1995, 2001, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
 ;;	Lara Rios <lrios@coewl.cen.uiuc.edu>
@@ -52,7 +52,6 @@
 
 (defvar calendar-mouse-3-map (make-sparse-keymap "Calendar"))
 (define-key calendar-mode-map [down-mouse-3] calendar-mouse-3-map)
-(define-key calendar-mode-map [C-down-mouse-3] calendar-mouse-3-map)
 
 (define-key calendar-mode-map [menu-bar moon]
   (cons "Moon" (make-sparse-keymap "Moon")))