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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlwave.el
Date: Thu, 16 May 2002 07:59:29 -0400

Index: emacs/lisp/progmodes/idlwave.el
diff -c emacs/lisp/progmodes/idlwave.el:3.16 
emacs/lisp/progmodes/idlwave.el:3.17
*** emacs/lisp/progmodes/idlwave.el:3.16        Sat Feb 16 07:53:42 2002
--- emacs/lisp/progmodes/idlwave.el     Thu May 16 07:59:29 2002
***************
*** 4,10 ****
  ;; Author: Chris Chase <address@hidden>
  ;; Maintainer: John-David Smith <address@hidden>
  ;; Version: 4.7
! ;; Date: $Date: 2002/02/16 12:53:42 $
  ;; Keywords: languages
  
  ;; This file is part of GNU Emacs.
--- 4,10 ----
  ;; Author: Chris Chase <address@hidden>
  ;; Maintainer: John-David Smith <address@hidden>
  ;; Version: 4.7
! ;; Date: $Date: 2002/05/16 11:59:29 $
  ;; Keywords: languages
  
  ;; This file is part of GNU Emacs.
***************
*** 1309,1315 ****
  
  (defconst idlwave-statement-match
    (list
!    ;; "endif else" is the the only possible "end" that can be
     ;; followed by a statement on the same line.
     '(endelse . ("end\\(\\|if\\)\\s +else" "end\\(\\|if\\)\\s +else"))
     ;; all other "end"s can not be followed by a statement.
--- 1309,1315 ----
  
  (defconst idlwave-statement-match
    (list
!    ;; "endif else" is the only possible "end" that can be
     ;; followed by a statement on the same line.
     '(endelse . ("end\\(\\|if\\)\\s +else" "end\\(\\|if\\)\\s +else"))
     ;; all other "end"s can not be followed by a statement.
***************
*** 3021,3027 ****
            ;; No hang. Instead find minimum indentation of paragraph
            ;; after first line.
            ;; For the following while statement, since START is at the
!           ;; beginning of line and END is at the the end of line
            ;; point is greater than START at least once (which would
            ;; be the case for a single line paragraph).
            (while (> (point) start)
--- 3021,3027 ----
            ;; No hang. Instead find minimum indentation of paragraph
            ;; after first line.
            ;; For the following while statement, since START is at the
!           ;; beginning of line and END is at the end of line
            ;; point is greater than START at least once (which would
            ;; be the case for a single line paragraph).
            (while (> (point) start)
***************
*** 3325,3331 ****
            ;; string act as an
            ;; escape for the delimiter in the string.
            ;; Two consecutive delimiters alone (i.e., not after the
!           ;; start of a string) is the the null string.
            (progn
              ;; Move to position after quote
              (goto-char (1+ (match-beginning 0)))
--- 3325,3331 ----
            ;; string act as an
            ;; escape for the delimiter in the string.
            ;; Two consecutive delimiters alone (i.e., not after the
!           ;; start of a string) is the null string.
            (progn
              ;; Move to position after quote
              (goto-char (1+ (match-beginning 0)))



reply via email to

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