"Kirill 'Big K' Katsnelson" <kkm(a)dtmx.com> writes:
It looks like the item is deleted from the buffer local menu.
Ideas?
I guess it could just loop over the buffers and delete the item from
every one of them -- in case some of them have it in the buffer-local
value.
Something like:
(mapcar (lambda (buffer)
(with-current-buffer buffer
(delete-menu-item '("Load .emacs"))))
(buffer-list))