# HG changeset patch # User Oleksandr Gavenko # Date 1473583040 -10800 # Node ID f918516ffeb0f9d2ae6e76601c5765ea473c9166 # Parent 75b892343aee0d1c47089dc5d267efa5ecd5b236 Fix: Warning: assignment to free variables `pc-select-selection-keys-only' and `pc-select-meta-moves-sexps'. diff -r 75b892343aee -r f918516ffeb0 .emacs-my --- a/.emacs-my Sun Sep 11 11:30:26 2016 +0300 +++ b/.emacs-my Sun Sep 11 11:37:20 2016 +0300 @@ -810,6 +810,8 @@ (delete-selection-mode 1) +(defvar pc-select-selection-keys-only) +(defvar pc-select-meta-moves-sexps) (when (<= emacs-major-version 23) ;; 1/-1, when the mark is active, the region is highlighted. (transient-mark-mode 1)