aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ada-mode.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2004-04-14 20:41:47 +0000
committerStefan Monnier <[email protected]>2004-04-14 20:41:47 +0000
commit58e7eb2a3e4fa6db5f47977e800668bd01883768 (patch)
tree90c16ce218082fe9eacd42e1668e499423dc2386 /lisp/progmodes/ada-mode.el
parenta1ae0e9c89591d9a916c5c658a303b59705b621f (diff)
(ada-create-menu): Remove redundant call.
Diffstat (limited to 'lisp/progmodes/ada-mode.el')
-rw-r--r--lisp/progmodes/ada-mode.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el
index edfa1859cc..abc8db6d2c 100644
--- a/lisp/progmodes/ada-mode.el
+++ b/lisp/progmodes/ada-mode.el
@@ -1,6 +1,6 @@
;;; ada-mode.el --- major-mode for editing Ada sources
-;; Copyright (C) 1994, 95, 97, 98, 99, 2000, 2001, 2002, 2003
+;; Copyright (C) 1994, 95, 97, 98, 99, 2000, 2001, 2002, 03, 2004
;; Free Software Foundation, Inc.
;; Author: Rolf Ebert <[email protected]>
@@ -4732,7 +4732,6 @@ Moves to 'begin' if in a declarative part."
)))
(easy-menu-define ada-mode-menu ada-mode-map "Menu keymap for Ada mode" m)
- (easy-menu-add ada-mode-menu ada-mode-map)
(if (featurep 'xemacs)
(progn
(define-key ada-mode-map [menu-bar] ada-mode-menu)