aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dired.c5
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