On the menu, Edit-->Mark-->C Function references mark-c-function as what
it runs.
C-H k then clicking on the menu item gives this error:
Symbol's function definition is void: mark-c-function
I tried getting help with C-h k, then C-M h and it says it runs
mark-defun instead,
which is the command for marking a lisp function.
running grep I only find the text "mark-c-function" inside 2 files out
of all xemacs source files,
both of them document files, and no references to it in the source code
itself.
grep mark-c-function /usr/src/ -r
/usr/src/xemacs-21.5.32/man/xemacs/programs.texi:@code{mark-c-function},
which is almost the same as @code{mark-defun},
/usr/src/xemacs-21.5.32/info/xemacs.info-2:`mark-c-function', which is
almost the same as `mark-defun', but which
Has the mark-defun been updated so that it covers what
mark-c-function used to do and it is not needed now?
In which case the 2 files that reference it should be updated
to not reference it?,
Or is there some other explanation?
Steve M.
I tried in both C mode and lisp mode and C-M-h works,
I just want to use the function in some lisp code I'm working on.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta