From: Thien-Thi Nguyen Date: Wed, 30 Mar 2005 22:51:39 +0000 (+0000) Subject: (help-with-tutorial): Revert last change. X-Git-Tag: ttn-vms-21-2-B4~1344 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ee2cf8a5a6e0166b6ec123764db2733caff60b8;p=emacs.git (help-with-tutorial): Revert last change. --- 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,