Skip to content

Commit

Permalink
Remove incorrect reference to unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
candera committed Nov 26, 2011
1 parent 118e4fd commit 3d26e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cccp-mode.el
Expand Up @@ -154,7 +154,7 @@ POSITION matches TEXT: we just delete (length TEXT) characters."
(let ((cccp-edit-in-progress t))
;; TODO: somehow deal with the fact that at some point we'll be
;; receiving edits on multiple files
(unless position (cccp-debug "Editing %s with %S" file-name edits))
(unless position (cccp-debug "Editing %s with %S" (buffer-name) edits))
(when edits
(let ((position (or position 1)))
(case (first edits)
Expand Down

0 comments on commit 3d26e0c

Please sign in to comment.