Explorar o código

ob-core.el: Replace a use of remove with remq

* lisp/ob-core.el (org-babel-del-hlines): Use `remq' for `remove'
Aaron Ecay %!s(int64=11) %!d(string=hai) anos
pai
achega
c7dff7105b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/ob-core.el

+ 1 - 1
lisp/ob-core.el

@@ -1591,7 +1591,7 @@ shown below.
 ;; row and column names
 (defun org-babel-del-hlines (table)
   "Remove all 'hlines from TABLE."
-  (remove 'hline table))
+  (remq 'hline table))
 
 (defun org-babel-get-colnames (table)
   "Return the column names of TABLE.