From fc5f4939024da6a99e7bd8320e416646abd9fbb7 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sun, 29 Jun 2008 10:26:14 +0200 Subject: [PATCH] Use looking-at rather than looking-at-p as this is more standard --- lisp/eweouz.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.5