Function: dictionary-post-buffer
dictionary-post-buffer is a byte-compiled function defined in
dictionary.el.gz.
Signature
(dictionary-post-buffer)
Documentation
These commands are executed at the end of a new buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/net/dictionary.el.gz
(defun dictionary-post-buffer ()
"These commands are executed at the end of a new buffer."
(goto-char dictionary-marker)
(set-buffer-modified-p nil)
(setq buffer-read-only t)
(run-hooks 'dictionary-post-buffer-hook))