emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp ChangeLog textmodes/rst.el


From: Stefan Monnier
Subject: [Emacs-commit] emacs/lisp ChangeLog textmodes/rst.el
Date: Fri, 20 Jun 2008 17:53:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/06/20 17:53:42

Modified files:
        lisp           : ChangeLog 
        lisp/textmodes : rst.el 

Log message:
        Fix up docstring conventions.
        Move vars to before their first use.
        (rst-mode): Don't mess with font-lock-support-mode.
        (rst-suggest-new-decoration, rst-adjust-decoration):
        Avoid CL's copy-list.
        (rst-delete-entire-line): Use line-beginning-position.
        (rst-position): New fun.
        (rst-straighten-decorations): Use it instead of CL's position.
        (rst-straighten-bullets-region): Avoid CL's mapcar*.
        (rst-toc-mode): Use define-derived-mode.
        (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
        Remove unused var `in-par'.  Use `point' rather than `point-marker'.
        (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
        (rst-replace-lines): Simplify.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.14020&r2=1.14021
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/textmodes/rst.el?cvsroot=emacs&r1=1.1&r2=1.2




reply via email to

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