diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-06-22 00:20:03 +0200 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-06-22 00:20:03 +0200 |
commit | c324e02f758550d007ceb55c7168e8734a1d27fa (patch) | |
tree | bebf5f0a12ee80d5757eb134faaaee32b9da9052 /lisp/emacs-lisp/rx.el | |
parent | f0e9fdd1f9a9989b457cbc382e0cf12c161a8e6c (diff) | |
parent | 9fe2bdb88a4ebd4b2286c1c2a2a2ba7411af01b6 (diff) | |
download | emacs-c324e02f758550d007ceb55c7168e8734a1d27fa.tar.gz emacs-c324e02f758550d007ceb55c7168e8734a1d27fa.tar.bz2 emacs-c324e02f758550d007ceb55c7168e8734a1d27fa.zip |
Merge remote-tracking branch 'savahnna/master' into dev
Diffstat (limited to 'lisp/emacs-lisp/rx.el')
-rw-r--r-- | lisp/emacs-lisp/rx.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index aa4b2addd47..88bb0a8bd6c 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el @@ -1381,7 +1381,7 @@ To make local rx extensions, use `rx-let' for `rx', For more details, see Info node `(elisp) Extending Rx'. \(fn NAME [(ARGS...)] RX)" - (declare (indent 1)) + (declare (indent defun)) `(eval-and-compile (put ',name 'rx-definition ',(rx--make-binding name definition)) ',name)) |