mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* src/search.c (Fre__describe_compiled): Use 'CHECK_STRING'.
This commit is contained in:
parent
ee371f55b3
commit
ca258e81b8
1 changed files with 1 additions and 0 deletions
|
|
@ -3405,6 +3405,7 @@ DEFUN ("re--describe-compiled", Fre__describe_compiled, Sre__describe_compiled,
|
|||
If RAW is non-nil, just return the actual bytecode. */)
|
||||
(Lisp_Object regexp, Lisp_Object raw)
|
||||
{
|
||||
CHECK_STRING (regexp);
|
||||
struct regexp_cache *cache_entry
|
||||
= compile_pattern (regexp, NULL,
|
||||
(!NILP (Vcase_fold_search)
|
||||
|
|
|
|||
Loading…
Reference in a new issue