Skip to content

Commit

Permalink
Fix a compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
nonsequitur committed Oct 2, 2011
1 parent 8a280f5 commit 1671553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smex.el
Expand Up @@ -434,7 +434,7 @@ sorted by frequency of use."
(toggle-read-only nil)
(erase-buffer)
(ido-pp 'unbound-commands)
(beginning-of-buffer)))
(goto-char (point-min))))

(provide 'smex)
;;; smex.el ends here

0 comments on commit 1671553

Please sign in to comment.