[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/ada-stmt.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/ada-stmt.el |
Date: |
Wed, 23 Oct 2002 12:54:37 -0400 |
Index: emacs/lisp/progmodes/ada-stmt.el
diff -c emacs/lisp/progmodes/ada-stmt.el:1.12
emacs/lisp/progmodes/ada-stmt.el:1.13
*** emacs/lisp/progmodes/ada-stmt.el:1.12 Thu Jun 20 12:55:33 2002
--- emacs/lisp/progmodes/ada-stmt.el Thu Oct 3 14:20:27 2002
***************
*** 114,120 ****
:included '(string= mode-name "Ada"))
menu))
! (define-key-after (lookup-key ada-mode-map [menu-bar Ada]) [Templates]
(list 'menu-item
"Templates"
(easy-menu-create-menu "Templates" menu)
--- 114,123 ----
:included '(string= mode-name "Ada"))
menu))
! (define-key-after (or
! (lookup-key ada-mode-map [menu-bar Ada])
! (lookup-key ada-mode-map [menu-bar ada]))
! [Templates]
(list 'menu-item
"Templates"
(easy-menu-create-menu "Templates" menu)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/progmodes/ada-stmt.el,
Juanma Barranquero <=