From 5ee2cf8a5a6e0166b6ec123764db2733caff60b8 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 30 Mar 2005 22:51:39 +0000 Subject: [PATCH] (help-with-tutorial): Revert last change. --- lisp/ChangeLog | 4 ++++ lisp/help-fns.el | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0ff9aef089b..157e03282c4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-03-31 Thien-Thi Nguyen + + * help-fns.el (help-with-tutorial): Revert last change. + 2005-03-31 Kim F. Storm * emulation/cua-base.el (cua-scroll-down): Add CUA property. diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 9231f959c64..4bf0a4775a0 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -65,8 +65,6 @@ With ARG, you are asked to choose which language." (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, -- 2.39.2