Matthieu Moy <[EMAIL PROTECTED]> writes: > Stefan Reichör <[EMAIL PROTECTED]> writes: > > > We have that information already in the CHANGELOG file. > > Yes, but having it in a .el file allows > > (defun xtla-version () (interactive) > (load-library "xtla-version") > (message xtla-version)) > > and ask users to type M-x xtla-version RET as they do M-x > emacs-version RET to get the Emacs version.
I know that. I thought about a function like: (defun xtla-version () (interactive) (locate-library "xtla.el") ... get path from xtla.el ... load CHANGELOG and retrieve the version information The benefit is, that we don't need the xtla-version.el file. But it is probably no big drawback to install that file. Stefan.
