Skip to content

Commit 8ec2839

Browse files
committed
Unbind comment-region
Use M-; instead
1 parent ef5bd75 commit 8ec2839

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gnuplot.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ non-nil."
344344
(defvar gnuplot-mode-map
345345
(let ((map (make-sparse-keymap)))
346346
(define-key map "\C-c\C-b" #'gnuplot-send-buffer-to-gnuplot)
347-
(define-key map "\C-c\C-c" #'comment-region) ; <RF>
348347
(define-key map "\C-c\C-o" #'gnuplot-gui-set-options-and-insert)
349348
(define-key map "\C-c\C-e" #'gnuplot-show-comint-buffer)
350349
(define-key map "\C-c\C-f" #'gnuplot-send-file-to-gnuplot)

0 commit comments

Comments
 (0)