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/modula2.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/modula2.el
Date: Tue, 04 Feb 2003 08:24:48 -0500

Index: emacs/lisp/progmodes/modula2.el
diff -c emacs/lisp/progmodes/modula2.el:1.22 
emacs/lisp/progmodes/modula2.el:1.23
*** emacs/lisp/progmodes/modula2.el:1.22        Sun Jul 15 12:15:35 2001
--- emacs/lisp/progmodes/modula2.el     Tue Feb  4 08:24:35 2003
***************
*** 1,6 ****
  ;;; modula2.el --- Modula-2 editing support package
  
! ;; Author: Michael Schmidt <address@hidden> 
  ;;    Tom Perrine <address@hidden>
  ;; Maintainer: FSF
  ;; Keywords: languages
--- 1,6 ----
  ;;; modula2.el --- Modula-2 editing support package
  
! ;; Author: Michael Schmidt <address@hidden>
  ;;    Tom Perrine <address@hidden>
  ;; Maintainer: FSF
  ;; Keywords: languages
***************
*** 104,114 ****
      (define-key map "\C-c\C-c" 'm2-compile)
      (setq m2-mode-map map)))
  
! (defcustom m2-indent 5 
    "*This variable gives the indentation in Modula-2-Mode."
    :type 'integer
    :group 'modula2)
!   
  ;;;###autoload
  (defun modula-2-mode ()
    "This is a mode intended to support program development in Modula-2.
--- 104,114 ----
      (define-key map "\C-c\C-c" 'm2-compile)
      (setq m2-mode-map map)))
  
! (defcustom m2-indent 5
    "*This variable gives the indentation in Modula-2-Mode."
    :type 'integer
    :group 'modula2)
! 
  ;;;###autoload
  (defun modula-2-mode ()
    "This is a mode intended to support program development in Modula-2.
***************
*** 429,435 ****
  (defun m2-stdio ()
    (interactive)
    (insert "
! FROM TextIO IMPORT 
     WriteCHAR, ReadCHAR, WriteINTEGER, ReadINTEGER,
     WriteCARDINAL, ReadCARDINAL, WriteBOOLEAN, ReadBOOLEAN,
     WriteREAL, ReadREAL, WriteBITSET, ReadBITSET,
--- 429,435 ----
  (defun m2-stdio ()
    (interactive)
    (insert "
! FROM TextIO IMPORT
     WriteCHAR, ReadCHAR, WriteINTEGER, ReadINTEGER,
     WriteCARDINAL, ReadCARDINAL, WriteBOOLEAN, ReadBOOLEAN,
     WriteREAL, ReadREAL, WriteBITSET, ReadBITSET,




reply via email to

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