diff options
Diffstat (limited to 'src/comp.c')
| -rw-r--r-- | src/comp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/comp.c b/src/comp.c index 905cc70b6b3..07c779369c8 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -3057,9 +3057,9 @@ helper_PSEUDOVECTOR_TYPEP_XUNTAG (const union vectorlike_header *a, | |||
| 3057 | } | 3057 | } |
| 3058 | 3058 | ||
| 3059 | 3059 | ||
| 3060 | /*********************************/ | 3060 | /**************************************/ |
| 3061 | /* Native elisp load functions. */ | 3061 | /* Functions used to load eln files. */ |
| 3062 | /*********************************/ | 3062 | /**************************************/ |
| 3063 | 3063 | ||
| 3064 | static Lisp_Object Vnative_elisp_refs_hash; | 3064 | static Lisp_Object Vnative_elisp_refs_hash; |
| 3065 | 3065 | ||