emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112810: * eshell/em-cmpl.el (eshell-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112810: * eshell/em-cmpl.el (eshell-cmpl-initialize): Replace obsolete alias
Date: Sat, 01 Jun 2013 11:00:14 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112810
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-06-01 11:00:14 -0700
message:
  * eshell/em-cmpl.el (eshell-cmpl-initialize): Replace obsolete alias
modified:
  lisp/ChangeLog
  lisp/eshell/em-cmpl.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-06-01 03:38:36 +0000
+++ b/lisp/ChangeLog    2013-06-01 18:00:14 +0000
@@ -1,3 +1,8 @@
+2013-06-01  Glenn Morris  <address@hidden>
+
+       * eshell/em-cmpl.el (eshell-cmpl-initialize):
+       Replace the obsolete alias pcomplete-arg-quote-list.
+
 2013-06-01  Leo Liu  <address@hidden>
 
        * progmodes/octave.el (octave-mode-syntax-table): Give `.'

=== modified file 'lisp/eshell/em-cmpl.el'
--- a/lisp/eshell/em-cmpl.el    2013-05-30 03:27:46 +0000
+++ b/lisp/eshell/em-cmpl.el    2013-06-01 18:00:14 +0000
@@ -285,13 +285,13 @@
        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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]