diff options
| author | Juanma Barranquero | 2011-11-20 20:35:27 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-20 20:35:27 +0100 |
| commit | fe7a3057a38e896a9c4ad12c831fb84a5d808691 (patch) | |
| tree | bcb23e440925fde576409d960a71ee6df320331a /test | |
| parent | 09f5d05492b6c78421c71858d0d5c4434218b8fc (diff) | |
| download | emacs-fe7a3057a38e896a9c4ad12c831fb84a5d808691.tar.gz emacs-fe7a3057a38e896a9c4ad12c831fb84a5d808691.zip | |
Fix typos.
Diffstat (limited to 'test')
| -rw-r--r-- | test/cedet/semantic-utest.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cedet/semantic-utest.el b/test/cedet/semantic-utest.el index b50f75df996..ff62040129d 100644 --- a/test/cedet/semantic-utest.el +++ b/test/cedet/semantic-utest.el | |||
| @@ -622,7 +622,7 @@ INSERTME is the text to be inserted after the deletion." | |||
| 622 | ) | 622 | ) |
| 623 | 623 | ||
| 624 | ;look at http://mfgames.com/linux/csharp-mode | 624 | ;look at http://mfgames.com/linux/csharp-mode |
| 625 | (defun semantic-utest-Csharp() ;; hmm i dont even know how to edit a scharp file. need a csharp mode implementation i suppose | 625 | (defun semantic-utest-Csharp() ;; hmm i don't even know how to edit a scharp file. need a csharp mode implementation i suppose |
| 626 | (interactive) | 626 | (interactive) |
| 627 | (if (fboundp 'csharp-mode) | 627 | (if (fboundp 'csharp-mode) |
| 628 | (semantic-utest-generic "C#" (semantic-utest-fname "csharptest.cs") semantic-utest-Csharp-buffer-contents semantic-utest-Csharp-name-contents '("fun2") "//1" "//deleted line") | 628 | (semantic-utest-generic "C#" (semantic-utest-fname "csharptest.cs") semantic-utest-Csharp-buffer-contents semantic-utest-Csharp-name-contents '("fun2") "//1" "//deleted line") |