diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-04-05 23:40:54 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-04-05 23:43:22 -0700 |
commit | b884ff380dc341ca8dc8fcfe4357110e191216ce (patch) | |
tree | 5575008cd120d1ec213fbc0d4255d7d6c642fd83 /lisp/org/ox-odt.el | |
parent | 93ce8b33090d122c0548c386314b7ee804602fd3 (diff) | |
download | emacs-b884ff380dc341ca8dc8fcfe4357110e191216ce.tar.gz |
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/ox-odt.el')
-rw-r--r-- | lisp/org/ox-odt.el | 7 |
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\" except that the foreground and background colors are set according to the default face identified by the `htmlfontify'.") -(defvar hfy-optimisations) +(defvar hfy-optimizations) +(define-obsolete-variable-alias 'hfy-optimisations 'hfy-optimizations "25.1") (defvar org-odt-embedded-formulas-count 0) (defvar org-odt-embedded-images-count 0) (defvar org-odt-image-size-probe-method @@ -3116,8 +3117,8 @@ and prefix with \"OrgSrc\". For example, (" " "<text:s/>") (" " "<text:tab/>"))) (hfy-face-to-css 'org-odt-hfy-face-to-css) - (hfy-optimisations-1 (copy-sequence hfy-optimisations)) - (hfy-optimisations (add-to-list 'hfy-optimisations-1 + (hfy-optimizations-1 (copy-sequence hfy-optimizations)) + (hfy-optimizations (add-to-list 'hfy-optimizations-1 'body-text-only)) (hfy-begin-span-handler (lambda (style text-block text-id text-begins-block-p) |