Comment to postpone deletion of c-subword-mode
* lisp/progmodes/subword.el (c-subword-mode): Clarify that this obsolete function alias should not be removed just yet. There is a copy of this definition in cc-cmds.el, obsolete since 24.3, and it is better to delete both at the same time.
This commit is contained in:
parent
7a7847d7ad
commit
76514dcb6d
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ treat nomenclature boundaries as word boundaries."
|
|||
(when subword-mode (superword-mode -1))
|
||||
(subword-setup-buffer))
|
||||
|
||||
;; This is defined also in cc-cmds.el, but as obsolete since 24.3.
|
||||
;; Let's keep this until the other one can also be removed.
|
||||
(define-obsolete-function-alias 'c-subword-mode 'subword-mode "23.2")
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Reference in a new issue