Function: remember-clipboard

remember-clipboard is an autoloaded, interactive and byte-compiled function defined in remember.el.gz.

Signature

(remember-clipboard)

Documentation

Remember the contents of the current clipboard.

Most useful for remembering things from other applications.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/remember.el.gz
;;;###autoload
(defun remember-clipboard ()
  "Remember the contents of the current clipboard.
Most useful for remembering things from other applications."
  (interactive)
  (remember (current-kill 0)))