Bastien <b...@gnu.org> writes: > Nick Dokos <ndo...@gmail.com> writes: > >> Use fboundp, instead of boundp: the latter checks the variable binding >> slot, whereas the former checks the function binding slot. > > Also, I thought sbe was unknown enough to rename it directly > instead of creating an alias. If many people are using sbe, > maybe an alias is better -- but I'd rather not to add it.
Thanks Nick. This works: * Local variables :noexport: # Local Variables: # eval: (and (fboundp 'org-sbe) (not (fboundp 'sbe)) (fset 'sbe 'org-sbe)) # eval: (sbe "setup-common-lisp") # End: Bastien, for my use case there is no reason to define an alias. All the best, Tom -- Thomas S. Dye http://www.tsdye.com