Remove redundant call to 'eln_load_path_final_clean_up'
* src/emacs.c (shut_down_emacs): Remove redundant call to 'eln_load_path_final_clean_up'. We call it from 'kill-emacs' right before the call to 'exit'.
This commit is contained in:
parent
a2eb123fb6
commit
8987e1b093
1 changed files with 0 additions and 4 deletions
|
@ -3116,10 +3116,6 @@ shut_down_emacs (int sig, Lisp_Object stuff)
|
|||
check_message_stack ();
|
||||
}
|
||||
|
||||
#ifdef HAVE_NATIVE_COMP
|
||||
eln_load_path_final_clean_up ();
|
||||
#endif
|
||||
|
||||
#ifdef MSDOS
|
||||
dos_cleanup ();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue