/[emacs]/emacs/lisp/progmodes/make-mode.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/make-mode.el

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

revision 1.106 by nickrob, Mon Aug 1 08:37:48 2005 UTC revision 1.107 by rms, Fri Sep 9 01:24:59 2005 UTC
# Line 1833  If it isn't in one, return nil." Line 1833  If it isn't in one, return nil."
1833                        ;; Don't keep looking across a blank line or comment.                        ;; Don't keep looking across a blank line or comment.
1834                        (looking-at "$\\|#")                        (looking-at "$\\|#")
1835                        (not (zerop (forward-line -1))))))                        (not (zerop (forward-line -1))))))
1836          ;; Remove leading and trailing whitespace.
1837          (when found
1838            (setq found (replace-regexp-in-string "[ \t]+\\'" "" found))
1839            (setq found (replace-regexp-in-string "\\`[ \t]+" "" found)))
1840        found)))        found)))
1841    
1842  (provide 'make-mode)  (provide 'make-mode)

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107

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