(help-with-tutorial): Revert last change.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user