emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp allout.el


From: Eli Zaretskii
Subject: [Emacs-commit] emacs/lisp allout.el
Date: Fri, 02 Dec 2005 09:09:54 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Eli Zaretskii <address@hidden>  05/12/02 14:09:53

Modified files:
        lisp           : allout.el 

Log message:
        (eval-when-compile): Remove unnecessary load of 'cl.  Add fset of
        allout-real-isearch-abort during compile to alleviate unnecessary
        byte-compilation warnings.
        (allout-mode-p): Move definition of this macro above all uses, or
        byte compilation in barren emacs (eg, during emacs build) will
        lack the definition.
        (allout-mode): Move this variable above any uses, or byte
        compilation will fail.
        (allout-resolve-xref): Remove use of personal file-reference
        function.
        (allout-toggle-current-subtree-encryption): Do the current (ie,
        visible containing) topic, rather than nearest around point.
        Doc fix.
        (allout-toggle-subtree-encryption): New function, workhorse that
        works on nearest topic containing point.
        (allout-encrypt-string): Signal requirement for newer version of pgg.
        (allout-resumptions): Doc fix.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/allout.el.diff?tr1=1.63&tr2=1.64&r1=text&r2=text





reply via email to

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