]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-with-tutorial): Call `hack-local-variables'
authorJuri Linkov <juri@jurta.org>
Sun, 18 Apr 2004 22:12:23 +0000 (22:12 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 18 Apr 2004 22:12:23 +0000 (22:12 +0000)
to put into effect local variables from TUTORIAL files.

lisp/ChangeLog
lisp/help-fns.el

index 513c24e28d93c1bc151f15c8f536b6d1245a8629..c11e703ff7b9c81ebb54d7112d1c1914b22c446b 100644 (file)
        * 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
index ab76b5eb2327f7cc1d8e60371601e9633537d833..000b8cb5e1645d7d07f9d74d7a0f066c543c0065 100644 (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)