1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

(help-with-tutorial): Call `hack-local-variables'

to put into effect local variables from TUTORIAL files.
This commit is contained in:
Juri Linkov 2004-04-18 22:12:23 +00:00
parent 0134151707
commit 7226605688
2 changed files with 17 additions and 0 deletions

View File

@ -18,6 +18,22 @@
* international/mule-diag.el (list-input-methods):
Fix args to help-xref-button.
* help-fns.el (help-with-tutorial): Call `hack-local-variables'
to put into effect local variables from TUTORIAL files.
* textmodes/paragraphs.el (sentence-end) <function>: New fun
with default value taken from the variable `sentence-end'.
(sentence-end) <defcustom>: Set default to nil. Doc fix.
Add nil const to :type.
(sentence-end-without-period, sentence-end-double-space)
(sentence-end-without-space): Doc fix.
* textmodes/paragraphs.el (forward-sentence):
* textmodes/fill.el (canonically-space-region, fill-nobreak-p)
(fill-delete-newlines):
* progmodes/cc-cmds.el (c-beginning-of-statement): Use
function `sentence-end' instead of variable `sentence-end'.
2004-04-18 Andreas Schwab <schwab@suse.de>
* progmodes/compile.el (compilation-start): Set window start to

View File

@ -63,6 +63,7 @@ With ARG, you are asked to choose which language."
(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)