X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/6ddd819467d1d9d0e78f13e5a15c1af9125ae67b..69a8655d7190b1dc28de9cbc786a86e8966a45a4:/lisp/bindings.el diff --git a/lisp/bindings.el b/lisp/bindings.el index 789fdf0061..b658914c45 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -1,6 +1,6 @@ ;;; bindings.el --- define standard key bindings and some variables -;; Copyright (C) 1985-1987, 1992-1996, 1999-2014 Free Software +;; Copyright (C) 1985-1987, 1992-1996, 1999-2015 Free Software ;; Foundation, Inc. ;; Maintainer: emacs-devel@gnu.org @@ -1130,6 +1130,7 @@ if `inhibit-field-text-motion' is non-nil." (define-key esc-map "j" 'indent-new-comment-line) (define-key esc-map "\C-j" 'indent-new-comment-line) (define-key ctl-x-map ";" 'comment-set-column) +(define-key ctl-x-map [?\C-\;] 'comment-line) (define-key ctl-x-map "f" 'set-fill-column) (define-key ctl-x-map "$" 'set-selective-display)