diff options
Diffstat (limited to 'lisp/cedet/srecode/insert.el')
| -rw-r--r-- | lisp/cedet/srecode/insert.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el index 2e70469fa39..ab6ab986f6a 100644 --- a/lisp/cedet/srecode/insert.el +++ b/lisp/cedet/srecode/insert.el | |||
| @@ -648,8 +648,7 @@ Use DICTIONARY to resolve values." | |||
| 648 | Use DICTIONARY to resolve values." | 648 | Use DICTIONARY to resolve values." |
| 649 | (let* ((default (srecode-insert-ask-default sti dictionary)) | 649 | (let* ((default (srecode-insert-ask-default sti dictionary)) |
| 650 | (compound-value | 650 | (compound-value |
| 651 | (srecode-field-value (oref sti object-name) | 651 | (srecode-field-value :firstinserter sti |
| 652 | :firstinserter sti | ||
| 653 | :defaultvalue default)) | 652 | :defaultvalue default)) |
| 654 | ) | 653 | ) |
| 655 | ;; Return this special compound value as the thing to insert. | 654 | ;; Return this special compound value as the thing to insert. |
| @@ -863,7 +862,7 @@ Return the remains of INPUT." | |||
| 863 | (let* ((out (srecode-compile-split-code tag input STATE | 862 | (let* ((out (srecode-compile-split-code tag input STATE |
| 864 | (oref ins object-name)))) | 863 | (oref ins object-name)))) |
| 865 | (oset ins template (srecode-template | 864 | (oset ins template (srecode-template |
| 866 | (eieio-object-name-string ins) | 865 | :object-name (slot-value ins 'object-name) |
| 867 | :context nil | 866 | :context nil |
| 868 | :args nil | 867 | :args nil |
| 869 | :code (cdr out))) | 868 | :code (cdr out))) |