Silence warnings about obsolete functions in obsolete/vip.el
* lisp/obsolete/vip.el (ex-tag): Silence warnings about obsolete functions because this is an obsolete file.
This commit is contained in:
parent
fab7b863ef
commit
4058102c7c
1 changed files with 4 additions and 3 deletions
|
@ -2979,9 +2979,10 @@ vip-s-string"
|
|||
(vip-change-mode-to-emacs)
|
||||
(condition-case conditions
|
||||
(progn
|
||||
(if (string= tag "")
|
||||
(find-tag ex-tag t)
|
||||
(find-tag-other-window ex-tag))
|
||||
(with-suppressed-warnings ((obsolete find-tag find-tag-other-window))
|
||||
(if (string= tag "")
|
||||
(find-tag ex-tag t)
|
||||
(find-tag-other-window ex-tag)))
|
||||
(vip-change-mode-to-vi))
|
||||
(error
|
||||
(vip-change-mode-to-vi)
|
||||
|
|
Loading…
Add table
Reference in a new issue