emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/elint.el
Date: Thu, 20 Dec 2001 13:51:52 -0500

Index: emacs/lisp/emacs-lisp/elint.el
diff -c emacs/lisp/emacs-lisp/elint.el:1.3 emacs/lisp/emacs-lisp/elint.el:1.4
*** emacs/lisp/emacs-lisp/elint.el:1.3  Mon Jul 16 08:22:59 2001
--- emacs/lisp/emacs-lisp/elint.el      Thu Dec 20 13:51:52 2001
***************
*** 214,220 ****
  
  (defun elint-find-next-top-form ()
    "Find the next top form from point.
! Returns nil if there are no more forms, T otherwise."
    (parse-partial-sexp (point) (point-max) nil t)
    (not (eobp)))
  
--- 214,220 ----
  
  (defun elint-find-next-top-form ()
    "Find the next top form from point.
! Return nil if there are no more forms, t otherwise."
    (parse-partial-sexp (point) (point-max) nil t)
    (not (eobp)))
  



reply via email to

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