"Bill Clementson" billclem@gmail.com writes:
--- cl-indent-orig.el 2007-02-16 13:49:06.000000000 -0800 +++ cl-indent-mods.el 2007-02-16 13:51:39.000000000 -0800 @@ -214,15 +214,17 @@ ((null method) (when (null (cdr path)) ;; (package prefix was stripped off above)
(cond ((string-match "\\`def"
function)
(cond ((and (string-match "\\`def"
function)
(not (string-match "\\`default-"
function))) (setq tentative-defun t)) ((string-match
wouldn't (not (string-match "\[^:]def" function)) be better?