diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-03 19:53:46 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-03 19:53:46 +0100 |
commit | c082dbbc215f7a76b45573f39d926a2ace354258 (patch) | |
tree | f6c9a2f8e88b9179a900bfef004e20430a3d05fc /lisp/obsolete/vc-arch.el | |
parent | 76bbb7e648d46cfdc73675eb6e5f52e146f4c368 (diff) | |
download | emacs-c082dbbc215f7a76b45573f39d926a2ace354258.tar.gz emacs-c082dbbc215f7a76b45573f39d926a2ace354258.tar.bz2 emacs-c082dbbc215f7a76b45573f39d926a2ace354258.zip |
Remove some more items obsolete since Emacs 23
* lisp/emacs-lisp/shadow.el (find-emacs-lisp-shadows):
* lisp/net/newst-backend.el (newsticker-cache-filename)
(newsticker--cache-save-version1, newsticker--cache-update)
(newsticker--cache-read-version1):
* lisp/obsolete/vc-arch.el (vc-arch-command): Remove items
obsolete since Emacs 23.
Diffstat (limited to 'lisp/obsolete/vc-arch.el')
-rw-r--r-- | lisp/obsolete/vc-arch.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/obsolete/vc-arch.el b/lisp/obsolete/vc-arch.el index fbbd2d4ecfe..1dffd36f0ea 100644 --- a/lisp/obsolete/vc-arch.el +++ b/lisp/obsolete/vc-arch.el @@ -83,8 +83,6 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches." (repeat :tag "Argument List" :value ("") string)) :version "23.1") -(define-obsolete-variable-alias 'vc-arch-command 'vc-arch-program "23.1") - (defcustom vc-arch-program (let ((candidates '("tla" "baz"))) (while (and candidates (not (executable-find (car candidates)))) |