Преглед изворни кода

Fix `interactive' statement in `org-table-convert-region'

* lisp/org-table.el (org-table-convert-region): Fix interactive statement.
Carsten Dominik пре 12 година
родитељ
комит
29797e921d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/org-table.el

+ 1 - 1
lisp/org-table.el

@@ -537,7 +537,7 @@ nil      When nil, the command tries to be smart and figure out the
          - when each line contains a TAB, assume TAB-separated material
          - when each line contains a comma, assume CSV material
          - else, assume one or more SPACE characters as separator."
-  (interactive "rP")
+  (interactive "r\nP")
   (let* ((beg (min beg0 end0))
 	 (end (max beg0 end0))
 	 re)