completion.el: Make two compat aliases obsolete
* lisp/completion.el (cmpl-syntax-table, initialize-completions): Make compat aliases obsolete.
This commit is contained in:
parent
ae169bda2c
commit
855f1bd176
1 changed files with 2 additions and 2 deletions
|
@ -492,7 +492,7 @@ Used to decide whether to save completions.")
|
|||
table))
|
||||
|
||||
;; Old name, non-namespace-clean.
|
||||
(defvaralias 'cmpl-syntax-table 'completion-syntax-table)
|
||||
(define-obsolete-variable-alias 'cmpl-syntax-table 'completion-syntax-table "29.1")
|
||||
|
||||
(defvar-local completion-syntax-table completion-standard-syntax-table
|
||||
"This variable holds the current completion syntax table.")
|
||||
|
@ -2220,7 +2220,7 @@ TYPE is the type of the wrapper to be added. Can be :before or :under."
|
|||
(completion-def-wrapper 'delete-backward-char-untabify :backward)
|
||||
|
||||
;; Old name, non-namespace-clean.
|
||||
(defalias 'initialize-completions #'completion-initialize)
|
||||
(define-obsolete-function-alias 'initialize-completions #'completion-initialize "29.1")
|
||||
|
||||
(provide 'completion)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue