# HG changeset patch # User Oleksandr Gavenko # Date 1394285685 -7200 # Node ID 90ae97bfab3f6386dcfe933c72367e30385493f8 # Parent a34c8bbd5c3a4fc84248f8d5badab15296e442f2 Remove duplicate line. diff -r a34c8bbd5c3a -r 90ae97bfab3f .emacs-my --- a/.emacs-my Sat Mar 08 14:57:08 2014 +0200 +++ b/.emacs-my Sat Mar 08 15:34:45 2014 +0200 @@ -2297,7 +2297,6 @@ (define-key semantic-mode-map (kbd "C-c , D") 'semantic-ia-show-summary) (define-key semantic-mode-map (kbd "C-c , ?") 'semantic-ia-complete-symbol-menu) ;; (define-key semantic-mode-map (kbd "C-c , C") 'semantic-ia-describe-class) - ;; (global-set-key (kbd "C-c , c") 'semantic-ia-complete-symbol-menu) ) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;