Function: tpu-trim-line-ends-if-needed

tpu-trim-line-ends-if-needed is a byte-compiled function defined in tpu-extras.el.gz.

Signature

(tpu-trim-line-ends-if-needed)

Documentation

Eliminate whitespace at ends of lines, if the cursor is free.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-extras.el.gz
(defun tpu-trim-line-ends-if-needed ()
  "Eliminate whitespace at ends of lines, if the cursor is free."
  (if (and (buffer-modified-p) tpu-cursor-free-mode) (tpu-trim-line-ends)))