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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlwave.el
Date: Fri, 04 Apr 2003 01:22:52 -0500

Index: emacs/lisp/progmodes/idlwave.el
diff -c emacs/lisp/progmodes/idlwave.el:3.23 
emacs/lisp/progmodes/idlwave.el:3.24
*** emacs/lisp/progmodes/idlwave.el:3.23        Fri Oct 18 04:12:35 2002
--- emacs/lisp/progmodes/idlwave.el     Fri Feb 14 04:59:13 2003
***************
*** 5,11 ****
  ;;         Chris Chase <address@hidden>
  ;; Maintainer: J.D. Smith <address@hidden>
  ;; Version: 4.15
! ;; Date: $Date: 2002/10/18 08:12:35 $
  ;; Keywords: languages
  
  ;; This file is part of GNU Emacs.
--- 5,11 ----
  ;;         Chris Chase <address@hidden>
  ;; Maintainer: J.D. Smith <address@hidden>
  ;; Version: 4.15
! ;; Date: $Date: 2003/02/14 09:59:13 $
  ;; Keywords: languages
  
  ;; This file is part of GNU Emacs.
***************
*** 2100,2106 ****
  Also checks if the correct end statement has been used."
    ;; All end statements are reserved words
    ;; Re-indent end line
!   (insert-char ?\ 1) ;; So indent, etc. work well
    (backward-char 1)
    (let* ((pos (point-marker))
         (last-abbrev-marker (copy-marker last-abbrev-location))
--- 2100,2106 ----
  Also checks if the correct end statement has been used."
    ;; All end statements are reserved words
    ;; Re-indent end line
!   (insert-char ?\  1) ;; So indent, etc. work well
    (backward-char 1)
    (let* ((pos (point-marker))
         (last-abbrev-marker (copy-marker last-abbrev-location))




reply via email to

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