Pārlūkot izejas kodu

Remove redundant line from org-src.el

Dan Davison 15 gadi atpakaļ
vecāks
revīzija
a22dba296e
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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)