emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help-fns.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el
Date: Wed, 30 Mar 2005 17:50:18 -0500

Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.65 emacs/lisp/help-fns.el:1.66
*** emacs/lisp/help-fns.el:1.65 Wed Mar 30 15:44:40 2005
--- emacs/lisp/help-fns.el      Wed Mar 30 22:50:17 2005
***************
*** 65,72 ****
        (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,
--- 65,70 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]