소스 검색

Fix minor bug in contrib/lisp/org-eval-light.el

Patch by Eric Schulte
Carsten Dominik 16 년 전
부모
커밋
f6689dd1e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contrib/lisp/org-eval-light.el

+ 1 - 1
contrib/lisp/org-eval-light.el

@@ -64,7 +64,7 @@ large example block")
 		(mapconcat 'regexp-quote value "\\|")
 		"\\)\\([^\000]+?\\)#\\+end_src")))
 
-(defcustom org-eval-light-interpreters '("lisp" "emacs-lisp" "ruby" "shell-script")
+(defcustom org-eval-light-interpreters '("lisp" "emacs-lisp" "ruby" "shell")
   "Interpreters allows for evaluation tags.
 This is a list of program names (as strings) that can evaluate code and
 insert the output into an Org-mode buffer.  Valid choices are