From 27cfbf4b5590b597f21c0a7a02dcbcb1059d4876 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 12 Jan 2003 20:11:44 +0000 Subject: [PATCH] (inferior-emacs-lisp-mode): Bind comint-dynamic-complete-functions locally. --- lisp/ielm.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ielm.el b/lisp/ielm.el index 5e8be90d797..ad8bb547cbb 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el @@ -1,6 +1,6 @@ ;;; ielm.el --- interaction mode for Emacs Lisp -;; Copyright (C) 1994, 2002 Free Software Foundation, Inc. +;; Copyright (C) 1994, 2002, 2003 Free Software Foundation, Inc. ;; Author: David Smith ;; Maintainer: FSF @@ -462,6 +462,7 @@ Customised bindings may be defined in `ielm-map', which currently contains: (setq paragraph-start comint-prompt-regexp) (setq comint-input-sender 'ielm-input-sender) (setq comint-process-echoes nil) + (make-local-variable 'comint-dynamic-complete-functions) (setq comint-dynamic-complete-functions '(ielm-tab comint-replace-by-expanded-history ielm-complete-filename ielm-complete-symbol)) (setq comint-get-old-input 'ielm-get-old-input) -- 2.39.2