]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-with-tutorial): Revert last change.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 30 Mar 2005 22:51:39 +0000 (22:51 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 30 Mar 2005 22:51:39 +0000 (22:51 +0000)
lisp/ChangeLog
lisp/help-fns.el

index 0ff9aef089b3ad0845cb909801575dc5fd7cf5f7..157e03282c4031501a777255350d8f1f5b637357 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * help-fns.el (help-with-tutorial): Revert last change.
+
 2005-03-31  Kim F. Storm  <storm@cua.dk>
 
        * emulation/cua-base.el (cua-scroll-down): Add CUA property.
index 9231f959c644c674d548844224246ee30af42f42..4bf0a4775a083f65798352345fb3a40ca833d655 100644 (file)
@@ -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,