emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/progmodes asm-mode.el


From: Stefan Monnier
Subject: [Emacs-commit] emacs/lisp/progmodes asm-mode.el
Date: Wed, 02 Apr 2003 11:44:32 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier+gnu/address@hidden>     03/04/02 
11:44:32

Modified files:
        lisp/progmodes : asm-mode.el 

Log message:
        (asm-calculate-indentation, asm-indent-line): New functions.
        (asm-mode): Use them in indent-line-function.
        Set tab-always-indent to nil to stay closer to previous tab behavior.
        Set comment-add.  Remove space at end of comment-add.
        (asm-newline): Obsolete.  Use newline-and-indent instead.
        (asm-mode-map): Remove TAB binding.
        (asm-code-level-empty-comment-pattern)
        (asm-flush-left-empty-comment-pattern)
        (asm-inline-empty-comment-pattern): Remove.
        (asm-comment): Use newcomment functions instead.
        (asm-colon): Don't tab if colon is not after a label.
        (asm-line-matches, asm-pop-comment-level): Remove.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/asm-mode.el.diff?tr1=1.25&tr2=1.26&r1=text&r2=text





reply via email to

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