tags 19362 notabug close 19362 quit Drew Adams writes: > > Sorry, but I have no more time to devote to this. I pointed to a > time where the code was more or less the same between the two, and > to a time where it had been changed to be really quite different. Well, we could have all saved some time if you had taken your own advice to diff the code; not pp.el vs elisp-mode.el, but emacs-24.5's lisp-mode.el vs the new elisp-mode.el. You can see in the attached diff (exerpted to leave only the relevant functions) that the only changes are renaming of functions, and some minor refactoring in elisp--preceding-sexp (it now handles ‘foo’ as well as `foo').