Provide compatibility function for `activate-mark'
commite47fcaae355f3097740c1039426b3aecafe90d5d
authorDavid Maus <dmaus@ictsoc.de>
Sun, 29 May 2011 18:50:18 +0000 (29 20:50 +0200)
committerDavid Maus <dmaus@ictsoc.de>
Wed, 1 Jun 2011 07:05:24 +0000 (1 09:05 +0200)
treec525f604beba77b0165a12226660f2f0df2949f9
parent48d970a91615f215f8cf405b6c0eadc706ab7042
Provide compatibility function for `activate-mark'

* org-exp.el (org-export): Use new compatibility function
  `org-activate-mark'.
* org-compat.el (org-activate-mark): New function. Provide
  `activate-mark' if not present (e.g. Emacs22).

Emacs 22 misses this function. Defun copied from Emac23's
`active-mark' but removed reference to customization variable
`select-active-regions' which is not present in Emacs22.
lisp/org-compat.el
lisp/org-exp.el