diff options
| author | Eli Zaretskii | 2001-09-08 10:32:00 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-09-08 10:32:00 +0000 |
| commit | 1fb046593fe303cdd5e1eda6e8ad772066288839 (patch) | |
| tree | 68df479635aee7da440293c85b445a03c61ea939 /src | |
| parent | 33d69478e8fed67d8a1237fda24498bfc6ce2fb4 (diff) | |
| download | emacs-1fb046593fe303cdd5e1eda6e8ad772066288839.tar.gz emacs-1fb046593fe303cdd5e1eda6e8ad772066288839.zip | |
Fix a typo in a comment. From Pavel Janik <Pavel@Janik.cz>.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 5cda92c93bc..6e043199f8f 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -76,7 +76,7 @@ extern void die P_((const char *, const char *, int)); | |||
| 76 | #endif | 76 | #endif |
| 77 | 77 | ||
| 78 | /* Used for making sure that Emacs is compilable in all | 78 | /* Used for making sure that Emacs is compilable in all |
| 79 | conigurations. */ | 79 | configurations. */ |
| 80 | 80 | ||
| 81 | #ifdef USE_LISP_UNION_TYPE | 81 | #ifdef USE_LISP_UNION_TYPE |
| 82 | #undef NO_UNION_TYPE | 82 | #undef NO_UNION_TYPE |