Show
Ignore:
Timestamp:
2006年07月29日 07時48分34秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/progmodes/delphi.el

    r4037 r4131  
    17681768  (interactive) 
    17691769  (save-excursion 
     1770    (save-restriction 
    17701771    (let* ((comment (delphi-current-token)) 
    17711772           (comment-kind (delphi-token-kind comment))) 
     
    18461847          (delphi-progress-start) 
    18471848          (delphi-parse-region comment-start comment-end) 
    1848           (delphi-progress-done)))))) 
     1849            (delphi-progress-done))))))) 
    18491850 
    18501851(defun delphi-new-comment-line ()