1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

Tweak regex from last change

This commit is contained in:
Daniel Colascione 2014-04-09 08:33:43 -07:00
parent 0b816f1587
commit 6c971fb0f4

View file

@ -320,7 +320,7 @@ instead."
(when (and (derived-mode-p 'emacs-lisp-mode)
(not (lisp-indent-find-method
(intern-soft function) t))
(string-match "^cl-" function)
(string-match "\\`cl-" function)
(setf tem (intern-soft
(substring function (match-end 0))))
(lisp-indent-find-method tem t))