From: Tollef Fog Heen Date: Sun, 29 Jun 2008 08:26:14 +0000 (+0200) Subject: Use looking-at rather than looking-at-p as this is more standard X-Git-Tag: 0.1~23 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc5f4939024da6a99e7bd8320e416646abd9fbb7;p=eweouz Use looking-at rather than looking-at-p as this is more standard --- diff --git a/lisp/eweouz.el b/lisp/eweouz.el index a61c6f0..492a29e 100644 --- a/lisp/eweouz.el +++ b/lisp/eweouz.el @@ -40,7 +40,7 @@ (set-text-properties (point-min) (point-max) nil nil) (goto-char (point-min)) (message (format "%s" (point))) - (while (looking-at-p "\n*BEGIN:VCARD") + (while (looking-at "\n*BEGIN:VCARD") (let ((m-start (point))) (message (format "%s" (point))) (search-forward-regexp "^END:VCARD")