diff options
| author | Erik Naggum | 1996-09-17 16:18:04 +0000 |
|---|---|---|
| committer | Erik Naggum | 1996-09-17 16:18:04 +0000 |
| commit | a2d3836cb61abb74a9332098d7c6edaa2f6cb760 (patch) | |
| tree | e5265d1d10ca256a2870bf802edd706973fc8e56 /src | |
| parent | 8f84b1a1be7c933e56b69cf3382e389ff13f1bfa (diff) | |
| download | emacs-a2d3836cb61abb74a9332098d7c6edaa2f6cb760.tar.gz emacs-a2d3836cb61abb74a9332098d7c6edaa2f6cb760.zip | |
(syms_of_dired): staticpro Qdirectory_files, Qfile_name_completion,
Qfile_name_all_completions, and Qfile_attributes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dired.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dired.c b/src/dired.c index 9767f6289c1..a8468c0f435 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -696,6 +696,11 @@ syms_of_dired () | |||
| 696 | Qfile_name_all_completions = intern ("file-name-all-completions"); | 696 | Qfile_name_all_completions = intern ("file-name-all-completions"); |
| 697 | Qfile_attributes = intern ("file-attributes"); | 697 | Qfile_attributes = intern ("file-attributes"); |
| 698 | 698 | ||
| 699 | staticpro (&Qdirectory_files); | ||
| 700 | staticpro (&Qfile_name_completion); | ||
| 701 | staticpro (&Qfile_name_all_completions); | ||
| 702 | staticpro (&Qfile_attributes); | ||
| 703 | |||
| 699 | defsubr (&Sdirectory_files); | 704 | defsubr (&Sdirectory_files); |
| 700 | defsubr (&Sfile_name_completion); | 705 | defsubr (&Sfile_name_completion); |
| 701 | #ifdef VMS | 706 | #ifdef VMS |