Merge branch 'maint'
This commit is contained in:
commit
3e11697ead
|
@ -104,7 +104,7 @@ output directories whose names match REGEXP."
|
|||
(nconc result (nreverse files)))))
|
||||
|
||||
|
||||
;;; Obsolete aliases (remove them once the next major release is released).
|
||||
;;; Obsolete aliases (remove them after the next major release).
|
||||
|
||||
;;;; XEmacs compatibility, now removed.
|
||||
(define-obsolete-function-alias 'org-activate-mark 'activate-mark)
|
||||
|
@ -204,6 +204,10 @@ Counting starts at 1."
|
|||
'org-columns-insert-dblock "Org 9.0")
|
||||
(define-obsolete-variable-alias 'org-export-babel-evaluate
|
||||
'org-export-use-babel "Org 9.1")
|
||||
(define-obsolete-function-alias 'org-activate-bracket-links
|
||||
'org-activate-links "Org 9.0")
|
||||
(define-obsolete-function-alias 'org-activate-plain-links 'ignore "Org 9.0")
|
||||
(define-obsolete-function-alias 'org-activate-angle-links 'ignore "Org 9.0")
|
||||
|
||||
(defun org-in-fixed-width-region-p ()
|
||||
"Non-nil if point in a fixed-width region."
|
||||
|
|
Loading…
Reference in New Issue