emacs-diffs
[Top][All Lists]
Advanced

[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: Sun, 04 May 2003 15:54:24 -0400

Index: emacs/lisp/progmodes/ada-stmt.el
diff -c emacs/lisp/progmodes/ada-stmt.el:1.15 
emacs/lisp/progmodes/ada-stmt.el:1.16
*** emacs/lisp/progmodes/ada-stmt.el:1.15       Tue Apr 29 19:44:43 2003
--- emacs/lisp/progmodes/ada-stmt.el    Sun May  4 15:54:24 2003
***************
*** 3,9 ****
  ;; Copyright(C) 1987, 93, 94, 96, 97, 98, 99, 2000
  ;;   Free Software Foundation, Inc.
  
! ;; Ada Core Technologies's version:   $Revision: 1.15 $
  
  ;; This file is part of GNU Emacs.
  
--- 3,9 ----
  ;; Copyright(C) 1987, 93, 94, 96, 97, 98, 99, 2000
  ;;   Free Software Foundation, Inc.
  
! ;; Ada Core Technologies's version:   $Revision: 1.16 $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 61,71 ****
  
  ;;; Code:
  
! (eval-when-compile
!   (condition-case nil  (require 'skeleton)
!     (error nil)))
! 
  (require 'easymenu)
  
  (defun ada-func-or-proc-name ()
    ;; Get the name of the current function or procedure."
--- 61,69 ----
  
  ;;; Code:
  
! (require 'skeleton nil t)
  (require 'easymenu)
+ (require 'ada-mode)
  
  (defun ada-func-or-proc-name ()
    ;; Get the name of the current function or procedure."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]