Function: dictionary-store-positions
dictionary-store-positions is a byte-compiled function defined in
dictionary.el.gz.
Signature
(dictionary-store-positions)
Documentation
Store the current positions for later restore.
Source Code
;; Defined in /usr/src/emacs/lisp/net/dictionary.el.gz
(defun dictionary-store-positions ()
"Store the current positions for later restore."
(setq dictionary-positions (cons (point) (window-start))))