diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-03-08 05:09:27 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-03-08 05:09:27 +0100 |
commit | 0e4a2dca836b52740ead29d5ff6436d938d17a78 (patch) | |
tree | c4f8809e661187c71bc194111903ac63664479a9 /lisp/emacs-lisp | |
parent | 570afde3765732b6705ba447adfc4c36fa6e9a0c (diff) | |
download | emacs-0e4a2dca836b52740ead29d5ff6436d938d17a78.tar.gz emacs-0e4a2dca836b52740ead29d5ff6436d938d17a78.tar.bz2 emacs-0e4a2dca836b52740ead29d5ff6436d938d17a78.zip |
Normalize version specifiers for make-obsolete and friends
* lisp/auth-source.el (auth-source-forget-user-or-password)
(auth-source-user-or-password, auth-source-hide-passwords):
* lisp/calendar/icalendar.el (icalendar--datetime-to-noneuropean-date):
* lisp/cedet/semantic/db-el.el (semanticdb-elisp-sym-function-arglist):
* lisp/emacs-lisp/debug.el (debugger-insert-backtrace):
* lisp/obsolete/nnir.el (nnir-swish-e-index-file):
* lisp/obsolete/starttls.el (starttls-any-program-available):
Normalize version specifiers for make-obsolete and friends.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/debug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index d9da0db4551..b2d54c77feb 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el @@ -321,7 +321,7 @@ the debugger will not be entered." (make-obsolete 'debugger-insert-backtrace "use a `backtrace-mode' buffer or `backtrace-to-string'." - "Emacs 27.1") + "27.1") (defun debugger-insert-backtrace (frames do-xrefs) "Format and insert the backtrace FRAMES at point. |