]> git.eshelyaron.com Git - emacs.git/commitdiff
Update copyright.
authorGlenn Morris <rgm@gnu.org>
Sat, 26 Mar 2005 15:54:29 +0000 (15:54 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 26 Mar 2005 15:54:29 +0000 (15:54 +0000)
(top level): Delete local C-down-mouse-3 binding.  Suggested by
Stephan Stahl <stahl@eos.franken.de>.

lisp/calendar/cal-menu.el

index ceb4c56f7fd205a2672a4643661ded45a71d49c5..408de3826d4c16633ec89f41a257c83ea819e8c1 100644 (file)
@@ -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")))