]> git.eshelyaron.com Git - emacs.git/commitdiff
(org-emph-face): fix typo in varible name.
authorCarsten Dominik <dominik@science.uva.nl>
Mon, 13 Nov 2006 18:33:46 +0000 (18:33 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Mon, 13 Nov 2006 18:33:46 +0000 (18:33 +0000)
lisp/textmodes/org.el

index 50cee6736cbc0599be636e3a6af33a5eafb099c5..5d7afc26a803d790551ad38bf4ae1d14c4f61244 100644 (file)
@@ -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-\81ยงemph-face nil)
+(defvar org-emph-face nil)
 
 (defun org-do-emphasis-faces (limit)
   "Run through the buffer and add overlays to links."