Feature/Implementors
Brought to you by:
bwcto
Context: OOBrowser 4.08 emacs 21.1 WinNT4.0
Ive installed the 4.08 revision and I noticed that
the Feature/Implementors (I) functionality is not
longer working. The error message (minbuffer)
is Symbols value as variable is void: br-feature-
entry. I tried to compare with the previous revision
4.07 and it looks that, in br-ftr.el, the defconst br-
feature-entry was replaced by (defconst br-feature-
entry-regexp. Both variables were used in br.el
and/or br-ftr.el so I decided to have them both
defined and set to the same value. Now it works ok but
I am an emacs/OOBrowser beginner so I believe it shall
be a better solution ;-)
Logged In: NO
Put () around br-feature-entry in line 555 in file
br-ftr.el. br-feature-entry is a function.