From d870df218e755a7c6445c9aa01e09d1f3a00c6be Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 1 Jun 2013 11:00:14 -0700 Subject: [PATCH] * eshell/em-cmpl.el (eshell-cmpl-initialize): Replace obsolete alias --- lisp/ChangeLog | 5 +++++ lisp/eshell/em-cmpl.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1743e8b64c5..85430128e9f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-06-01 Glenn Morris + + * eshell/em-cmpl.el (eshell-cmpl-initialize): + Replace the obsolete alias pcomplete-arg-quote-list. + 2013-06-01 Leo Liu * progmodes/octave.el (octave-mode-syntax-table): Give `.' diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el index 4b952e0ee39..7120f639a70 100644 --- a/lisp/eshell/em-cmpl.el +++ b/lisp/eshell/em-cmpl.el @@ -285,13 +285,13 @@ to writing a completion function." eshell-cmpl-restore-window-delay) (set (make-local-variable 'pcomplete-use-paring) eshell-cmpl-use-paring) - ;; `pcomplete-arg-quote-list' should only be set after all the + ;; `comint-file-name-quote-list' should only be set after all the ;; load-hooks for any other extension modules have been run, which ;; is true at the time `eshell-mode-hook' is run (add-hook 'eshell-mode-hook (function (lambda () - (set (make-local-variable 'pcomplete-arg-quote-list) + (set (make-local-variable 'comint-file-name-quote-list) eshell-special-chars-outside-quoting))) nil t) (add-hook 'pcomplete-quote-arg-hook 'eshell-quote-backslash nil t) (define-key eshell-mode-map [(meta tab)] 'eshell-complete-lisp-symbol) -- 2.39.2