aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2019-10-11 13:54:30 -0400
committerStefan Monnier2019-10-11 13:54:30 -0400
commita93dceda3fdcca18b51cb96461e1b8a4fc61bfd7 (patch)
treecea78c213727884969164b13de3ececf4233a96d /etc
parent421db07d061cdc493300b30646c2acd13f26d8f3 (diff)
downloademacs-a93dceda3fdcca18b51cb96461e1b8a4fc61bfd7.tar.gz
emacs-a93dceda3fdcca18b51cb96461e1b8a4fc61bfd7.zip
* lisp/cedet/mode-local.el (define-overload): Declare obsolete
* lisp/cedet/srecode/ctxt.el (srecode-calculate-context): * lisp/cedet/srecode/semantic.el (srecode-semantic-apply-tag-to-dict) (srecode-semantic-find-template): Use define-overloadable-function instead.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2fe0a907ef4..eeb02b7066c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2076,6 +2076,9 @@ Emacs init file does not expose you to this change. However,
2076if you set 'time-stamp-format' or 'time-stamp-pattern' with a 2076if you set 'time-stamp-format' or 'time-stamp-pattern' with a
2077file-local variable, you may need to update the value. 2077file-local variable, you may need to update the value.
2078 2078
2079** mode-local
2080*** define-overload is declared obsolete
2081
2079 2082
2080* New Modes and Packages in Emacs 27.1 2083* New Modes and Packages in Emacs 27.1
2081 2084