Mercurial > hg > xemacs-beta
comparison lisp/minibuf.el @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 12579d965149 |
children | 966663fcf606 |
comparison
equal
deleted
inserted
replaced
226:eea38c7ad7b4 | 227:0e522484dd2a |
---|---|
39 ;; (following|preceding)-char. -slb | 39 ;; (following|preceding)-char. -slb |
40 | 40 |
41 ;;; Code: | 41 ;;; Code: |
42 | 42 |
43 (defgroup minibuffer nil | 43 (defgroup minibuffer nil |
44 "Minibuffer customizations" | 44 "Controling the behaviour of the minibuffer." |
45 :group 'environment) | 45 :group 'environment) |
46 | 46 |
47 | 47 |
48 (defcustom insert-default-directory t | 48 (defcustom insert-default-directory t |
49 "*Non-nil means when reading a filename start with default dir in minibuffer." | 49 "*Non-nil means when reading a filename start with default dir in minibuffer." |