aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-08 10:32:00 +0000
committerEli Zaretskii2001-09-08 10:32:00 +0000
commit1fb046593fe303cdd5e1eda6e8ad772066288839 (patch)
tree68df479635aee7da440293c85b445a03c61ea939 /src
parent33d69478e8fed67d8a1237fda24498bfc6ce2fb4 (diff)
downloademacs-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.h2
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