Robert Widhopf-Fenk <[EMAIL PROTECTED]> writes: > On Wednesday, June 16, 2004 at 09:23:52, Matthieu Moy wrote: >> Masatake YAMATO <[EMAIL PROTECTED]> writes: >> >> > Look at the initialization of `entry', a local variable. >> > >> > - (entry (if (functionp 'add-log-file-name) >> > - (add-log-file-name buffer-file file-name) >> > - (file-relative-name buffer-file >> > (tla-tree-root)))) >> > >> > => >> > >> > + (entry (add-log-file-name buffer-file file-name)) >> > >> > This change is ok? >> >> Actually strange ! Don't know where this comes from. > > I have changed this after adding add-log-file-name to > xtla-xemacs.el. Isn't is defined for stable GNU Emacs?
Ah, OK. I didn't know where the protection (if (functionp ..) ..) came from, so I couldn't guess why this should be removed... Masatake, you can re-apply this change! -- Matthieu