--- a/.emacs-my Thu Jul 22 15:17:48 2010 +0300
+++ b/.emacs-my Thu Jul 22 16:33:24 2010 +0300
@@ -332,11 +332,10 @@
;; (pc-bindings-mode) ; Myself define keybinding, see
;; ----------------------------------------------------------------------
-;; completition.
+;; completion.
-;; partial-completion-mode cause bug in read-file-name with Emacs v22.3.1 (but not with v23.1).
-;; read-file-name used in rgrep, so I disable partial-completion-mode.
-(partial-completion-mode -1) ; For example, M-x p-c-m expands to M-x partial-completion-mode
+;; I remove partial-completion-mode because it depricated in Emacs 24.0.
+;; Completion controled by 'completion-styles' variable.
;; ----------------------------------------------------------------------
;; mouse.