diff options
Diffstat (limited to 'lisp/cedet/srecode/dictionary.el')
| -rw-r--r-- | lisp/cedet/srecode/dictionary.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/dictionary.el b/lisp/cedet/srecode/dictionary.el index 2fbed835bdd..bac3b7c48d3 100644 --- a/lisp/cedet/srecode/dictionary.el +++ b/lisp/cedet/srecode/dictionary.el | |||
| @@ -369,7 +369,7 @@ values but STATE is nil." | |||
| 369 | (srecode-dictionary-set-value | 369 | (srecode-dictionary-set-value |
| 370 | dict name | 370 | dict name |
| 371 | (srecode-dictionary-compound-variable | 371 | (srecode-dictionary-compound-variable |
| 372 | name :value value :state state))))) | 372 | :value value :state state))))) |
| 373 | (setq entries (nthcdr 2 entries))) | 373 | (setq entries (nthcdr 2 entries))) |
| 374 | dict) | 374 | dict) |
| 375 | 375 | ||
| @@ -536,7 +536,7 @@ inserted with a new editable field.") | |||
| 536 | (error "Unknown default value for value %S" name))) | 536 | (error "Unknown default value for value %S" name))) |
| 537 | 537 | ||
| 538 | ;; Create a field from the inserter. | 538 | ;; Create a field from the inserter. |
| 539 | (srecode-field name :name name | 539 | (srecode-field :name name |
| 540 | :start start | 540 | :start start |
| 541 | :end (point) | 541 | :end (point) |
| 542 | :prompt (oref sti prompt) | 542 | :prompt (oref sti prompt) |