emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/progmodes f90.el


From: Glenn Morris
Subject: [Emacs-commit] emacs/lisp/progmodes f90.el
Date: Wed, 24 Apr 2002 18:06:04 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Glenn Morris <address@hidden>   02/04/24 18:06:03

Modified files:
        lisp/progmodes : f90.el 

Log message:
        (f90-get-beg-of-line): Removed and replaced with 
line-beginning-position.
        (f90-get-end-of-line): Removed and replaced with line-end-position.
        (f90-current-indentation): current-column was superfluous, removed.
        (f90-match-piece): Removed and replaced with match-string.
        (f90-get-present-comment-type): Use match-string rather than
        buffer-substring.
        (f90-match-end): Use line-beginning-position, line-end-position rather 
than
        beginning-of-line, end-of-line.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/f90.el.diff?tr1=1.35&tr2=1.36&r1=text&r2=text




reply via email to

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