diff options
Diffstat (limited to 'lisp/obsolete/complete.el')
-rw-r--r-- | lisp/obsolete/complete.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/complete.el b/lisp/obsolete/complete.el index 40123ccacaf..1f154a4d2e9 100644 --- a/lisp/obsolete/complete.el +++ b/lisp/obsolete/complete.el @@ -924,7 +924,7 @@ or properties are considered." (or (boundp sym) (fboundp sym) (symbol-plist sym)))))) (PC-not-minibuffer t)) - ;; https://lists.gnu.org/archive/html/emacs-devel/2007-03/msg01211.html + ;; https://lists.gnu.org/r/emacs-devel/2007-03/msg01211.html ;; ;; This deals with cases like running PC-l-c-s on "M-: (n-f". ;; The first call to PC-l-c-s expands this to "(ne-f", and moves |