diff options
| author | Kenichi Handa | 2010-01-13 10:33:19 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-01-13 10:33:19 +0900 |
| commit | d1bf28dc12ef1a0f3cecbf78f38795db27b38574 (patch) | |
| tree | f7030cdefb9d5d8423619e7d70273ae98c011821 /lisp/cedet/srecode | |
| parent | dc954cb273234237b615b93b6368d4adbdea31c4 (diff) | |
| parent | ca22a44072c65a233af5b4c12256dc5fd266cb85 (diff) | |
| download | emacs-d1bf28dc12ef1a0f3cecbf78f38795db27b38574.tar.gz emacs-d1bf28dc12ef1a0f3cecbf78f38795db27b38574.zip | |
merge trunk
Diffstat (limited to 'lisp/cedet/srecode')
| -rw-r--r-- | lisp/cedet/srecode/extract.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/extract.el b/lisp/cedet/srecode/extract.el index c65452bf133..9d098416076 100644 --- a/lisp/cedet/srecode/extract.el +++ b/lisp/cedet/srecode/extract.el | |||
| @@ -56,7 +56,7 @@ | |||
| 56 | "The current extraction state.") | 56 | "The current extraction state.") |
| 57 | 57 | ||
| 58 | (defmethod srecode-extract-state-set ((st srecode-extract-state) ins dict) | 58 | (defmethod srecode-extract-state-set ((st srecode-extract-state) ins dict) |
| 59 | "Set onto the extract state ST a new inserter INS and dictinary DICT." | 59 | "Set onto the extract state ST a new inserter INS and dictionary DICT." |
| 60 | (oset st lastinserter ins) | 60 | (oset st lastinserter ins) |
| 61 | (oset st lastdict dict)) | 61 | (oset st lastdict dict)) |
| 62 | 62 | ||
| @@ -98,7 +98,7 @@ the dictionary entries were for that block of text." | |||
| 98 | state) | 98 | state) |
| 99 | "Extract template ST and store extracted text in DICTIONARY. | 99 | "Extract template ST and store extracted text in DICTIONARY. |
| 100 | Optional STARTRETURN is a symbol in which the start of the first | 100 | Optional STARTRETURN is a symbol in which the start of the first |
| 101 | plain-text match occured." | 101 | plain-text match occurred." |
| 102 | (srecode-extract-code-stream (oref st code) dictionary state)) | 102 | (srecode-extract-code-stream (oref st code) dictionary state)) |
| 103 | 103 | ||
| 104 | (defun srecode-extract-code-stream (code dictionary state) | 104 | (defun srecode-extract-code-stream (code dictionary state) |