From: Glenn Morris Date: Sat, 26 Mar 2005 15:54:29 +0000 (+0000) Subject: Update copyright. X-Git-Tag: ttn-vms-21-2-B4~1490 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6a156a7354b6c18f5fae0862c95a06ef6f08619;p=emacs.git Update copyright. (top level): Delete local C-down-mouse-3 binding. Suggested by Stephan Stahl . --- diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index ceb4c56f7fd..408de3826d4 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el @@ -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 ;; Lara Rios @@ -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")))