diff options
| author | Juanma Barranquero | 2003-02-14 09:58:27 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-02-14 09:58:27 +0000 |
| commit | babce063274ac2896cad94f47bd2c937da25e4e9 (patch) | |
| tree | e42260750a8f52a1755f209f645bdddf283d7829 | |
| parent | 0fa6f70c594ddf013872b2d502d9868b152c4de3 (diff) | |
| download | emacs-babce063274ac2896cad94f47bd2c937da25e4e9.tar.gz emacs-babce063274ac2896cad94f47bd2c937da25e4e9.zip | |
(ses-exercise-signals): Fix use of character constant.
| -rw-r--r-- | lisp/emacs-lisp/testcover-ses.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/testcover-ses.el b/lisp/emacs-lisp/testcover-ses.el index 3129d0a2c61..2b8179a397f 100644 --- a/lisp/emacs-lisp/testcover-ses.el +++ b/lisp/emacs-lisp/testcover-ses.el | |||
| @@ -553,7 +553,7 @@ spreadsheet files with invalid formatting." | |||
| 553 | (let ((curcell '(A1 . A2))) (ses-sort-column "B")) | 553 | (let ((curcell '(A1 . A2))) (ses-sort-column "B")) |
| 554 | (let ((curcell '(C1 . D2))) (ses-sort-column "B")) | 554 | (let ((curcell '(C1 . D2))) (ses-sort-column "B")) |
| 555 | (execute-kbd-macro "jB10\n2") | 555 | (execute-kbd-macro "jB10\n2") |
| 556 | (execute-kbd-macro [?j ?B ?9 ?\n ?C-@ ?C-f ?C-f cut]) | 556 | (execute-kbd-macro [?j ?B ?9 ?\n ?\C-@ ?\C-f ?\C-f cut]) |
| 557 | (progn (kill-new "x") (execute-kbd-macro ">n")) | 557 | (progn (kill-new "x") (execute-kbd-macro ">n")) |
| 558 | (execute-kbd-macro "\0w"))) | 558 | (execute-kbd-macro "\0w"))) |
| 559 | (condition-case nil | 559 | (condition-case nil |