Browse Source

ob-core: Drop redundant Edebug specification list

* lisp/ob-core.el (org-babel-result-cond): Don't set specification
list with def-edebug-spec because it is already defined with a debug
declaration.
Kyle Meyer 4 years ago
parent
commit
3f1c044441
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lisp/ob-core.el

+ 0 - 1
lisp/ob-core.el

@@ -3099,7 +3099,6 @@ Emacs shutdown."))
 		      (not (member "table" ,params))))
 		      (not (member "table" ,params))))
 	     ,scalar-form
 	     ,scalar-form
 	   ,@table-forms)))))
 	   ,@table-forms)))))
-(def-edebug-spec org-babel-result-cond (form form body))
 
 
 (defun org-babel-temp-file (prefix &optional suffix)
 (defun org-babel-temp-file (prefix &optional suffix)
   "Create a temporary file in the `org-babel-temporary-directory'.
   "Create a temporary file in the `org-babel-temporary-directory'.