diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/cc-defs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index 48ae4368a7c..f867625480c 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el @@ -2071,8 +2071,8 @@ non-nil, a caret is prepended to invert the set." str)) ;; Leftovers from (X)Emacs 19 compatibility. -(defalias 'c-regexp-opt 'regexp-opt) -(defalias 'c-regexp-opt-depth 'regexp-opt-depth) +(define-obsolete-function-alias 'c-regexp-opt #'regexp-opt "29.1") +(define-obsolete-function-alias 'c-regexp-opt-depth #'regexp-opt-depth "29.1") ;; Figure out what features this Emacs has |