emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/eshell/em-cmpl.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-cmpl.el
Date: Sat, 16 Feb 2002 04:37:54 -0500

Index: emacs/lisp/eshell/em-cmpl.el
diff -c emacs/lisp/eshell/em-cmpl.el:1.7 emacs/lisp/eshell/em-cmpl.el:1.8
*** emacs/lisp/eshell/em-cmpl.el:1.7    Sun Jul 15 15:53:53 2001
--- emacs/lisp/eshell/em-cmpl.el        Sat Feb 16 04:37:54 2002
***************
*** 277,289 ****
    ;; `pcomplete-arg-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
-   (make-local-hook 'eshell-mode-hook)
    (add-hook 'eshell-mode-hook
            (function
             (lambda ()
               (set (make-local-variable 'pcomplete-arg-quote-list)
                    eshell-special-chars-outside-quoting))) nil t)
-   (make-local-hook 'pcomplete-quote-arg-hook)
    (add-hook 'pcomplete-quote-arg-hook 'eshell-quote-backslash nil t)
    (define-key eshell-mode-map [(meta tab)] 'lisp-complete-symbol)
    (define-key eshell-mode-map [(meta control ?i)] 'lisp-complete-symbol)
--- 277,287 ----



reply via email to

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