improve comp-c-func-name
This commit is contained in:
parent
15e4c44564
commit
721d110298
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ LIMPLE basic block.")
|
|||
(human-readable (replace-regexp-in-string
|
||||
"-" "_" orig-name))
|
||||
(human-readable (replace-regexp-in-string
|
||||
(rx (not (any "a-z_"))) "" human-readable)))
|
||||
(rx (not (any "0-9a-z_"))) "" human-readable)))
|
||||
(concat "F" crypted "_" human-readable)))
|
||||
|
||||
(defun comp-decrypt-lambda-list (x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue