/[emacs]/emacs/lisp/emacs-lisp/elint.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/elint.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by pj, Mon Jul 16 12:22:59 2001 UTC revision 1.4 by pj, Thu Dec 20 18:51:52 2001 UTC
# Line 214  Returns the forms." Line 214  Returns the forms."
214    
215  (defun elint-find-next-top-form ()  (defun elint-find-next-top-form ()
216    "Find the next top form from point.    "Find the next top form from point.
217  Returns nil if there are no more forms, T otherwise."  Return nil if there are no more forms, t otherwise."
218    (parse-partial-sexp (point) (point-max) nil t)    (parse-partial-sexp (point) (point-max) nil t)
219    (not (eobp)))    (not (eobp)))
220    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26