Skip to content

Commit

Permalink
Remove useless function (since the fix) in smart operator which make …
Browse files Browse the repository at this point in the history
…byte compilation fail
  • Loading branch information
paradoxxxzero committed May 13, 2011
1 parent 49ff503 commit d9f58a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extensions/smart-operator.el
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ When ONLY-AFTER, insert space at back only."
(t
(smart-operator-insert ":" t))))

(defun smart-operator-, ()
"See `smart-operator-insert'."
(interactive)
(smart-operator-insert "," t))
;; (defun smart-operator-, ()
;; "See `smart-operator-insert'."
;; (interactive)
;; (smart-operator-insert "," t))

(defun smart-operator-. ()
"See `smart-operator-insert'."
Expand Down

0 comments on commit d9f58a5

Please sign in to comment.