emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp startup.el subr.el international/mul...


From: Alan Mackenzie
Subject: [Emacs-commit] emacs/lisp startup.el subr.el international/mul...
Date: Wed, 24 May 2006 13:22:13 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Alan Mackenzie <address@hidden> 06/05/24 13:22:12

Modified files:
        lisp           : startup.el subr.el 
        lisp/international: mule.el 

Log message:
        startup.el (command-line): For names of preloaded files, don't append
        ".elc" (now done in Fload), and call file-truename on the lisp 
directory.
        
        subr.el (eval-after-load): Fix the doc-string.  Allow FILE to match ANY
        loaded file with the right name, not just those in load-path.  Put a
        regexp matching the file name into after-load-alist, rather than the 
name
        itself.
        
        subr.el: New functions load-history-regexp,
        load-history-filename-element, do-after-load-evaluation.
        
        international/mule.el (load-with-code-conversion): Do the 
eval-after-load
        stuff by calling do-after-load-evaluation.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/startup.el.diff?tr1=1.408&tr2=1.409&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/subr.el.diff?tr1=1.510&tr2=1.511&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/international/mule.el.diff?tr1=1.235&tr2=1.236&r1=text&r2=text




reply via email to

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