Mercurial > emacs
changeset 61152:8ee11f15019d
(help-with-tutorial): Revert last change.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Wed, 30 Mar 2005 22:50:17 +0000 |
parents | be58652085b8 |
children | f01b811afc3c |
files | lisp/help-fns.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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,