diff options
author | Vibhav Pant <vibhavp@gmail.com> | 2017-02-05 23:08:53 +0530 |
---|---|---|
committer | Vibhav Pant <vibhavp@gmail.com> | 2017-02-05 23:08:53 +0530 |
commit | ad70ca1dad26da79f0a95cc0ec687902ef20fa9b (patch) | |
tree | 732e8e9ace1fdd7aaf982f0fa5ac6c8e4eb5f7c7 /lisp/emacs-lisp/pcase.el | |
parent | 2db473bda8be72cf3c1e4694d70ce48f60492b0e (diff) | |
parent | 148100d98319499f0ac6f57b8be08cbd14884a5c (diff) | |
download | emacs-ad70ca1dad26da79f0a95cc0ec687902ef20fa9b.tar.gz |
Merge remote-tracking branch 'origin/master' into feature/byte-switch
Diffstat (limited to 'lisp/emacs-lisp/pcase.el')
-rw-r--r-- | lisp/emacs-lisp/pcase.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/pcase.el b/lisp/emacs-lisp/pcase.el index 54678c5f324..46a5eedd150 100644 --- a/lisp/emacs-lisp/pcase.el +++ b/lisp/emacs-lisp/pcase.el @@ -89,7 +89,8 @@ (functionp &rest form) sexp)) -(def-edebug-spec pcase-MACRO pcase--edebug-match-macro) +;; See bug#24717 +(put 'pcase-MACRO 'edebug-form-spec 'pcase--edebug-match-macro) ;; Only called from edebug. (declare-function get-edebug-spec "edebug" (symbol)) |