]> git.eshelyaron.com Git - emacs.git/commit
Remove redundant call to 'eln_load_path_final_clean_up'
authorEli Zaretskii <eliz@gnu.org>
Wed, 21 Feb 2024 15:16:45 +0000 (17:16 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:37:58 +0000 (18:37 +0100)
commit5e49ef5d94808a57f3e0443186c7762b8fd7bbf3
tree9207491ad22145b03eb7dae02d3ce1959253c5d2
parent268a4eb1638af4e6ce122123a775804395a8eeba
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'.

(cherry picked from commit 8987e1b093b07756d18c861d1c7febb85fe88bef)
src/emacs.c