makefile-browser-insert-continuation

makefile-browser-insert-continuation is an interactive compiled Lisp function in `make-mode.el'.


(makefile-browser-insert-continuation)

Insert a makefile continuation.
In the makefile buffer, go to (end-of-line), insert a '\'
character, insert a new blank line, go to that line and indent by one TAB.
This is most useful in the process of creating continued lines when copying
large dependencies from the browser to the client buffer.
(point) advances accordingly in the client buffer.