From: Carsten Dominik Date: Mon, 13 Nov 2006 18:33:46 +0000 (+0000) Subject: (org-emph-face): fix typo in varible name. X-Git-Tag: emacs-pretest-22.0.91~76 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a20db362d75f03c5d1d1ca19e653de661874607;p=emacs.git (org-emph-face): fix typo in varible name. --- diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 50cee6736cb..5d7afc26a80 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -3397,7 +3397,7 @@ that will be added to PLIST. Returns the string that was modified." "Regular expression matching a time stamp or time stamp range. The time stamps may be either active or inactive.") -(defvar org-§emph-face nil) +(defvar org-emph-face nil) (defun org-do-emphasis-faces (limit) "Run through the buffer and add overlays to links."