aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorPaul Eggert2015-04-05 23:40:54 -0700
committerPaul Eggert2015-04-05 23:43:22 -0700
commitb884ff380dc341ca8dc8fcfe4357110e191216ce (patch)
tree5575008cd120d1ec213fbc0d4255d7d6c642fd83 /lisp/org
parent93ce8b33090d122c0548c386314b7ee804602fd3 (diff)
downloademacs-b884ff380dc341ca8dc8fcfe4357110e191216ce.tar.gz
emacs-b884ff380dc341ca8dc8fcfe4357110e191216ce.zip
Spelling fix for 'hfy-optimizations'
* htmlfontify.el (hfy-optimizations): Rename from hfy-optimisations, with an obsolete alias. All uses changed.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ox-odt.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/org/ox-odt.el b/lisp/org/ox-odt.el
index 29bc87875a1..6c74fb3eabd 100644
--- a/lisp/org/ox-odt.el
+++ b/lisp/org/ox-odt.el
@@ -262,7 +262,8 @@ This style is much the same as that of \"OrgFixedWidthBlock\"
262except that the foreground and background colors are set 262except that the foreground and background colors are set
263according to the default face identified by the `htmlfontify'.") 263according to the default face identified by the `htmlfontify'.")
264 264
265(defvar hfy-optimisations) 265(defvar hfy-optimizations)
266(define-obsolete-variable-alias 'hfy-optimisations 'hfy-optimizations "25.1")
266(defvar org-odt-embedded-formulas-count 0) 267(defvar org-odt-embedded-formulas-count 0)
267(defvar org-odt-embedded-images-count 0) 268(defvar org-odt-embedded-images-count 0)
268(defvar org-odt-image-size-probe-method 269(defvar org-odt-image-size-probe-method
@@ -3116,8 +3117,8 @@ and prefix with \"OrgSrc\". For example,
3116 (" " "<text:s/>") 3117 (" " "<text:s/>")
3117 (" " "<text:tab/>"))) 3118 (" " "<text:tab/>")))
3118 (hfy-face-to-css 'org-odt-hfy-face-to-css) 3119 (hfy-face-to-css 'org-odt-hfy-face-to-css)
3119 (hfy-optimisations-1 (copy-sequence hfy-optimisations)) 3120 (hfy-optimizations-1 (copy-sequence hfy-optimizations))
3120 (hfy-optimisations (add-to-list 'hfy-optimisations-1 3121 (hfy-optimizations (add-to-list 'hfy-optimizations-1
3121 'body-text-only)) 3122 'body-text-only))
3122 (hfy-begin-span-handler 3123 (hfy-begin-span-handler
3123 (lambda (style text-block text-id text-begins-block-p) 3124 (lambda (style text-block text-id text-begins-block-p)