APPROVE COMMIT
NOTE: This patch has been committed.
Ar an t-ochtú lá is fiche de mí Márta, scríobh Vikas Mishra:
[...] d. When you try to insert the register using
C-x r i
following text is seen in the Minibuffer
Symbol's function definition is void: insert-for-yank
A basic grep in the $XEMACS_HOME/lib/xemacs-21.5.b20/lisp did not shown any
file as defining the above function.
Is there a work around ?
Sure--put this in your *scratch* buffer, and press C-j after the last
parenthesis:
(fset 'insert-for-yank 'insert)
Or, cvs update and rebuild :-) . Thank you for the bug report.
lisp/ChangeLog addition:
2005-03-28 Aidan Kehoe <kehoea(a)parhasard.net>
* register.el (insert-register): Revert part of Ben's incomplete
sync of 2005-01-26--we don't have insert-for-yank.
XEmacs Trunk source patch:
Diff command: cvs -q diff -u
Files affected: lisp/register.el
Index: lisp/register.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/register.el,v
retrieving revision 1.8
diff -u -u -r1.8 register.el
--- lisp/register.el 2005/01/26 09:56:06 1.8
+++ lisp/register.el 2005/03/28 12:06:20
@@ -265,7 +265,7 @@
((consp val)
(insert-rectangle val))
((stringp val)
- (insert-for-yank val))
+ (insert val))
((numberp val)
(princ val (current-buffer)))
((and (markerp val) (marker-position val))
--
“I, for instance, am gung-ho about open source because my family is being
held hostage in Rob Malda’s basement. But who fact-checks me, or Enderle,
when we say something in public? No-one!” -- Danny O’Brien