emacs-devel
[Top][All Lists]
Advanced

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

Re: Files in wrong subdirs of emacs/lisp?


From: Stefan Monnier
Subject: Re: Files in wrong subdirs of emacs/lisp?
Date: Wed, 21 May 2003 11:45:23 -0400

>     options.el, emacs-lisp/float.el and emacs-lisp/lmenu.el could be moved
>     to lisp/obsolete, IMHO.
> 
> Why do you think lmenu.el is obsolete?
> 
> I agree about the other two.  Would someone who knows how to move
> files in CVS please move them?

Just do:

        cp oldname newname
        cvs rm oldname
        cvs add newname

it's not perfect but neither is any other solution.
This one is the most reliable one.


        Stefan





reply via email to

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