From: Johan Vromans Date: Sun, 18 Jun 1995 14:43:23 +0000 (+0000) Subject: Withdraw mouse-major-mode-map modifications. X-Git-Tag: emacs-19.34~3556 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff6481825c22cc292d3d697e6efb12cce08dee44;p=emacs.git Withdraw mouse-major-mode-map modifications. They were erroneous and not needed. --- diff --git a/lisp/forms.el b/lisp/forms.el index 68a7569d0fb..0bc656e9ed4 100644 --- a/lisp/forms.el +++ b/lisp/forms.el @@ -282,10 +282,10 @@ (provide 'forms) ;;; official (provide 'forms-mode) ;;; for compatibility -(defconst forms-version (substring "$Revision: 2.16 $" 11 -2) +(defconst forms-version (substring "$Revision: 2.17 $" 11 -2) "The version number of forms-mode (as string). The complete RCS id is: - $Id: forms.el,v 2.16 1995/05/30 22:54:53 kwzh Exp rms $") + $Id: forms.el,v 2.17 1995/06/17 13:00:22 rms Exp jvromans $") (defvar forms-mode-hooks nil "Hook functions to be run upon entering Forms mode.") @@ -1308,7 +1308,6 @@ Commands: Equivalent keys in read-only mode: '("Next Field" . forms-next-field)) (put 'forms-insert-record 'menu-enable '(not forms-read-only)) (put 'forms-delete-record 'menu-enable '(not forms-read-only)) - (setq mouse-major-mode-menu map) ) (defun forms--mode-menu-edit (map) ;;; Menu initialisation @@ -1355,7 +1354,6 @@ Commands: Equivalent keys in read-only mode: '("Next Field" . forms-next-field)) (put 'forms-insert-record 'menu-enable '(not forms-read-only)) (put 'forms-delete-record 'menu-enable '(not forms-read-only)) - (setq mouse-major-mode-menu map) ) (defun forms--mode-commands1 (map)