Mercurial > hg > xemacs-beta
comparison lisp/utils/uniquify.el @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 3bb7ccffb0c0 |
children | 489f57a838ef |
comparison
equal
deleted
inserted
replaced
172:a38aed19690b | 173:8eaf7971accc |
---|---|
81 | 81 |
82 (provide 'uniquify) | 82 (provide 'uniquify) |
83 | 83 |
84 ;;; User-visible variables | 84 ;;; User-visible variables |
85 | 85 |
86 (defgroup uniquify nil | 86 (progn |
87 "Unique buffer names dependent on file name" | 87 (defgroup uniquify nil |
88 :group 'applications) | 88 "Unique buffer names dependent on file name" |
89 :group 'applications) | |
90 ) | |
89 | 91 |
90 | 92 |
91 (defcustom uniquify-buffer-name-style 'post-forward | 93 (defcustom uniquify-buffer-name-style 'post-forward |
92 "*If non-nil, buffer names are uniquified with parts of directory name. | 94 "*If non-nil, buffer names are uniquified with parts of directory name. |
93 The value determines the buffer name style and is one of `forward', | 95 The value determines the buffer name style and is one of `forward', |