* 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
(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)