diff options
author | Glenn Morris <rgm@gnu.org> | 2012-08-15 09:29:11 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-08-15 09:29:11 -0700 |
commit | 2a1e24765bc3de7bf72e7117893307f6f6c441be (patch) | |
tree | 95cbfdc4e94f4f7c899e2ceea99b771928e4937a /lisp/pcomplete.el | |
parent | eb424fe3d660eebd9b74dd5d2875e2e4b7b3307f (diff) | |
download | emacs-2a1e24765bc3de7bf72e7117893307f6f6c441be.tar.gz |
Replace version 24.2 with 24.3 where appropriate (hopefully)
Diffstat (limited to 'lisp/pcomplete.el')
-rw-r--r-- | lisp/pcomplete.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el index b71bfb202db..d357da685e5 100644 --- a/lisp/pcomplete.el +++ b/lisp/pcomplete.el @@ -165,7 +165,7 @@ A non-nil value is useful if `pcomplete-autolist' is non-nil too." :group 'pcomplete) (define-obsolete-variable-alias - 'pcomplete-arg-quote-list 'comint-file-name-quote-list "24.2") + 'pcomplete-arg-quote-list 'comint-file-name-quote-list "24.3") (defcustom pcomplete-man-function 'man "A function to that will be called to display a manual page. @@ -791,7 +791,7 @@ this is `comint-dynamic-complete-functions'." pcomplete-args)))))) (define-obsolete-function-alias - 'pcomplete-quote-argument #'comint-quote-filename "24.2") + 'pcomplete-quote-argument #'comint-quote-filename "24.3") ;; file-system completion lists |