From a82daf51268be086f3da32294d7e91170426cba7 Mon Sep 17 00:00:00 2001 From: Pierre Courtieu Date: Fri, 25 Aug 2006 08:37:23 +0000 Subject: Fixed a small bug in indentation of coq. Fixed behavior for making abbrev table (don't if it already exists). --- coq/coq-local-vars.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coq/coq-local-vars.el') diff --git a/coq/coq-local-vars.el b/coq/coq-local-vars.el index 5477629e..ba52abf9 100644 --- a/coq/coq-local-vars.el +++ b/coq/coq-local-vars.el @@ -124,10 +124,10 @@ will be used to suggest values to the user." (setq progargs (cons (car olddirs) (cons "-I" progargs)))) (setq olddirs (cdr olddirs))) ;; then ask for more - (setq option (coq-read-directory "Add directory (empty to stop) :")) + (setq option (coq-read-directory "Add directory (tab to complete, empty to stop) :")) (while (not (string-equal option "")) (setq progargs (cons option (cons "-I" progargs))) ;reversed - (setq option (coq-read-directory "Add directory (empty to stop) -I :"))) + (setq option (coq-read-directory "Add directory (tab to complete, empty to stop) -I :"))) (reverse progargs))) (defun coq-ask-prog-name (&optional oldvalue) -- cgit v1.2.3