Function: cpp-edit-home

cpp-edit-home is an interactive and byte-compiled function defined in cpp.el.gz.

Signature

(cpp-edit-home)

Documentation

Switch back to original buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cpp.el.gz
(defun cpp-edit-home ()
  "Switch back to original buffer."
  (interactive)
  (if cpp-button-event
      (read-event))
  (pop-to-buffer cpp-edit-buffer))