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:
parent
0b816f1587
commit
6c971fb0f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue