Function: cpp-edit-apply
cpp-edit-apply is an interactive and byte-compiled function defined in
cpp.el.gz.
Signature
(cpp-edit-apply)
Documentation
Apply edited display information to original buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cpp.el.gz
(defun cpp-edit-apply ()
"Apply edited display information to original buffer."
(interactive)
(cpp-edit-home)
(cpp-highlight-buffer t))