Mercurial > emacs
changeset 54980:8041d88f98b5
(help-with-tutorial): Call `hack-local-variables'
to put into effect local variables from TUTORIAL files.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 18 Apr 2004 22:09:56 +0000 |
parents | 58e804f5b777 |
children | 593e8cff7835 |
files | lisp/help-fns.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help-fns.el Sun Apr 18 22:09:27 2004 +0000 +++ b/lisp/help-fns.el Sun Apr 18 22:09:56 2004 +0000 @@ -63,6 +63,7 @@ (setq default-directory (expand-file-name "~/")) (setq buffer-auto-save-file-name nil) (insert-file-contents (expand-file-name filename data-directory)) + (hack-local-variables) (goto-char (point-min)) (search-forward "\n<<") (beginning-of-line)