Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change smart operator to remove syntax error in emacs trunk
  • Loading branch information
paradoxxxzero authored and gabrielelanaro committed May 6, 2011
1 parent 3e0aea2 commit bf86238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/smart-operator.el
Expand Up @@ -71,7 +71,7 @@
;; (define-key keymap "!" 'smart-operator-self-insert-command)
(define-key keymap ":" 'smart-operator-:)
(define-key keymap "?" 'smart-operator-?)
(define-key keymap "," 'smart-operator-,)
;; (define-key keymap "," 'smart-operator-,)
(define-key keymap "." 'smart-operator-.)
keymap)
"Keymap used my `smart-operator-mode'.")
Expand Down

0 comments on commit bf86238

Please sign in to comment.