diff options
| author | Paul Eggert | 2011-12-30 17:27:15 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-30 17:27:15 -0800 |
| commit | 22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch) | |
| tree | 39e83ae1f1389e54aec5074029a1d430aaca2876 /lisp/mail | |
| parent | b30941dba07605b40efbf139eed2007d6b1e5445 (diff) | |
| download | emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/uudecode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/uudecode.el b/lisp/mail/uudecode.el index 8652e67d3e1..e2630b5102c 100644 --- a/lisp/mail/uudecode.el +++ b/lisp/mail/uudecode.el | |||
| @@ -197,10 +197,10 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." | |||
| 197 | (cond | 197 | (cond |
| 198 | (done) | 198 | (done) |
| 199 | ((> 0 remain) | 199 | ((> 0 remain) |
| 200 | (error "uucode line ends unexpectly") | 200 | (error "uucode line ends unexpectedly") |
| 201 | (setq done t)) | 201 | (setq done t)) |
| 202 | ((and (= (point) end) (not done)) | 202 | ((and (= (point) end) (not done)) |
| 203 | ;;(error "uucode ends unexpectly") | 203 | ;;(error "uucode ends unexpectedly") |
| 204 | (setq done t)) | 204 | (setq done t)) |
| 205 | ((= counter 3) | 205 | ((= counter 3) |
| 206 | (setq result (cons | 206 | (setq result (cons |