diff options
| author | Stefan Monnier | 2019-10-11 13:54:30 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2019-10-11 13:54:30 -0400 |
| commit | a93dceda3fdcca18b51cb96461e1b8a4fc61bfd7 (patch) | |
| tree | cea78c213727884969164b13de3ececf4233a96d /etc | |
| parent | 421db07d061cdc493300b30646c2acd13f26d8f3 (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -2076,6 +2076,9 @@ Emacs init file does not expose you to this change. However, | |||
| 2076 | if you set 'time-stamp-format' or 'time-stamp-pattern' with a | 2076 | if you set 'time-stamp-format' or 'time-stamp-pattern' with a |
| 2077 | file-local variable, you may need to update the value. | 2077 | file-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 | ||