Variable: makefile-cleanup-continuations

makefile-cleanup-continuations is a customizable variable defined in make-mode.el.gz.

Value

nil

Documentation

If non-nil, automatically clean up continuation lines when saving.

A line is cleaned up by removing all whitespace following a trailing backslash. This is done silently. IMPORTANT: Please note that enabling this option causes Makefile mode to MODIFY A FILE WITHOUT YOUR CONFIRMATION when "it seems necessary".

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/make-mode.el.gz
(defcustom makefile-cleanup-continuations nil
  "If non-nil, automatically clean up continuation lines when saving.
A line is cleaned up by removing all whitespace following a trailing
backslash.  This is done silently.
IMPORTANT: Please note that enabling this option causes Makefile mode
to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\"."
  :type 'boolean)