emacs-devel
[Top][All Lists]
Advanced

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

Wrong indentation in help-fns.el


From: drkm
Subject: Wrong indentation in help-fns.el
Date: Fri, 07 Jan 2005 00:44:40 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt)

  Hello

  I was not understanding the code of `help-C-file-name', when I
understood it is wrongly indented:

                    (let ((pnt (search-forward (concat "" name "\n"))))
    (re-search-backward "S\\(.*\\)")
    (let ((file (match-string 1)))
                        (if (member file build-files)

in place of:

                    (let ((pnt (search-forward (concat "" name "\n"))))
                      (re-search-backward "S\\(.*\\)")
                      (let ((file (match-string 1)))
                        (if (member file build-files)

--drkm





reply via email to

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