Explorar o código

Remove redundant line from org-src.el

Dan Davison %!s(int64=16) %!d(string=hai) anos
pai
achega
a22dba296e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)