comparison lisp/progmodes/ada-mode.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents b4fef1c0c73b
children 3ec76ef338f9 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
1069 1069
1070 1070
1071 ;;;###autoload 1071 ;;;###autoload
1072 (defun ada-mode () 1072 (defun ada-mode ()
1073 "Ada mode is the major mode for editing Ada code. 1073 "Ada mode is the major mode for editing Ada code.
1074 This version was built on $Date: 2003/05/04 19:52:34 $. 1074 This version was built on $Date: 2003/05/13 20:48:15 $.
1075 1075
1076 Bindings are as follows: (Note: 'LFD' is control-j.) 1076 Bindings are as follows: (Note: 'LFD' is control-j.)
1077 \\{ada-mode-map} 1077 \\{ada-mode-map}
1078 1078
1079 Indent line '\\[ada-tab]' 1079 Indent line '\\[ada-tab]'
5502 (autoload 'ada-with "ada-stmt" nil t) 5502 (autoload 'ada-with "ada-stmt" nil t)
5503 5503
5504 ;;; provide ourselves 5504 ;;; provide ourselves
5505 (provide 'ada-mode) 5505 (provide 'ada-mode)
5506 5506
5507 ;;; arch-tag: 1b7d45ec-1698-43b5-8d4a-e479ea023270
5507 ;;; ada-mode.el ends here 5508 ;;; ada-mode.el ends here