# HG changeset patch # User Thien-Thi Nguyen # Date 1112223017 0 # Node ID 8ee11f15019d3dc6123d18fb9caa26cb8a40ca55 # Parent be58652085b81695a797a8eb6f5335d8457ca80f (help-with-tutorial): Revert last change. diff -r be58652085b8 -r 8ee11f15019d lisp/help-fns.el --- a/lisp/help-fns.el Wed Mar 30 22:33:00 2005 +0000 +++ b/lisp/help-fns.el Wed Mar 30 22:50:17 2005 +0000 @@ -65,8 +65,6 @@ (insert-file-contents (expand-file-name filename data-directory)) (hack-local-variables) (goto-char (point-min)) - ;; The first line conventionally contains the title. - (delete-region (point) (progn (forward-line 1) (point))) (search-forward "\n<<") (beginning-of-line) ;; Convert the <<...>> line to the proper [...] line,