I don't think the old behavior was documented at all, but I think the "functions" or "byte-compilation" sections of the Emacs Lisp manual would be good places for the documentation of this functionality. The "functions" section of the manual is in doc/lispref/functions.texi On 25 November 2013 19:48, Sebastian Wiesner wrote: > > Installed. Thanks! > > > Thank you :) > > I noticed, however, that you did not add documentation. Should I write > some? I’m familiar with Texinfo, but I don’t know where to find the source… > > -- > Cheers, > Bozhidar > > On November 25, 2013 at 5:43:17 PM, Sebastian Wiesner (lunaryorn@gmail.com) > wrote: > > > >> +(put 'comint-run 'interactive-only t) > > > > The non-interactive replacement is `make-comint'. > > > >> +(put 'delete-backward-char 'interactive-only t) > > > > Replaced by `delete-char'. > > > > Looks good, thanks. > > Updated. > > ------------------------------ > - interactive-only-property.patch, 9.2 KB > > >