I get error "desktop-create-buffer: Invalid function:
(semantic-desktop-ignore-this-minor-mode)", and I found that the parameter of
function desktop-minor-mode-handlers should be for form of (MINOR-MODE .
RESTORE-FUNCTION)
So, the line at the end of the function semantic-add-minor-mode in file
semantic-util-modes.el. should be
(cons toggle 'semantic-desktop-ignore-this-minor-mode)))
instead of
(list toggle 'semantic-desktop-ignore-this-minor-mode)))
forgive me not to create a diff file.
--
|