Mercurial > emacs
diff src/dired.c @ 16225:ec322e4ffa16
(syms_of_dired): staticpro Qdirectory_files, Qfile_name_completion,
Qfile_name_all_completions, and Qfile_attributes.
| author | Erik Naggum <erik@naggum.no> |
|---|---|
| date | Tue, 17 Sep 1996 16:18:04 +0000 |
| parents | a973e9f3f6d1 |
| children | 4e00938cd261 |
line wrap: on
line diff
--- a/src/dired.c Tue Sep 17 16:18:00 1996 +0000 +++ b/src/dired.c Tue Sep 17 16:18:04 1996 +0000 @@ -696,6 +696,11 @@ Qfile_name_all_completions = intern ("file-name-all-completions"); Qfile_attributes = intern ("file-attributes"); + staticpro (&Qdirectory_files); + staticpro (&Qfile_name_completion); + staticpro (&Qfile_name_all_completions); + staticpro (&Qfile_attributes); + defsubr (&Sdirectory_files); defsubr (&Sfile_name_completion); #ifdef VMS
