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-mode.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ada-mode.el
Date: Sun, 28 Apr 2002 17:14:17 -0400

Index: emacs/lisp/progmodes/ada-mode.el
diff -c emacs/lisp/progmodes/ada-mode.el:1.49 
emacs/lisp/progmodes/ada-mode.el:1.50
*** emacs/lisp/progmodes/ada-mode.el:1.49       Tue Apr  9 14:50:17 2002
--- emacs/lisp/progmodes/ada-mode.el    Sun Apr 28 17:14:17 2002
***************
*** 7,13 ****
  ;;      Markus Heritsch <address@hidden>
  ;;      Emmanuel Briot  <address@hidden>
  ;; Maintainer: Emmanuel Briot <address@hidden>
! ;; Ada Core Technologies's version:   $Revision: 1.49 $
  ;; Keywords: languages ada
  
  ;; This file is part of GNU Emacs.
--- 7,13 ----
  ;;      Markus Heritsch <address@hidden>
  ;;      Emmanuel Briot  <address@hidden>
  ;; Maintainer: Emmanuel Briot <address@hidden>
! ;; Ada Core Technologies's version:   $Revision: 1.50 $
  ;; Keywords: languages ada
  
  ;; This file is part of GNU Emacs.
***************
*** 155,161 ****
    (condition-case nil (require 'find-file) (error nil)))
  
  ;;  This call should not be made in the release that is done for the
! ;;  official FSF Emacs, since it does nothing useful for the latest version
  (if (not (ada-check-emacs-version 21 1))
      (require 'ada-support))
  
--- 155,161 ----
    (condition-case nil (require 'find-file) (error nil)))
  
  ;;  This call should not be made in the release that is done for the
! ;;  official Emacs, since it does nothing useful for the latest version
  (if (not (ada-check-emacs-version 21 1))
      (require 'ada-support))
  
***************
*** 1085,1091 ****
  ;;;###autoload
  (defun ada-mode ()
    "Ada mode is the major mode for editing Ada code.
! This version was built on $Date: 2002/04/09 18:50:17 $.
  
  Bindings are as follows: (Note: 'LFD' is control-j.)
  \\{ada-mode-map}
--- 1085,1091 ----
  ;;;###autoload
  (defun ada-mode ()
    "Ada mode is the major mode for editing Ada code.
! This version was built on $Date: 2002/04/28 21:14:17 $.
  
  Bindings are as follows: (Note: 'LFD' is control-j.)
  \\{ada-mode-map}



reply via email to

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