Browse Source

Remove redundant line from org-src.el

Dan Davison 15 years ago
parent
commit
a22dba296e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lisp/org-src.el

+ 0 - 1
lisp/org-src.el

@@ -208,7 +208,6 @@ the edited version."
 	(setq buffer (generate-new-buffer
 		      (org-src-construct-edit-buffer-name (buffer-name) lang)))
 	(setq ovl (org-make-overlay beg end))
-	(org-overlay-put ovl 'face 'secondary-selection)
 	(org-overlay-put ovl 'edit-buffer buffer)
 	(org-overlay-put ovl 'help-echo "Click with mouse-1 to switch to buffer editing this segment")
 	(org-overlay-put ovl 'face 'secondary-selection)