branch: master
commit e84487c17bcfa432e59e616449e22397f5d1fdbf
Author: Daiki Ueno <[email protected]>
Commit: Daiki Ueno <[email protected]>

    snippet: Add FIXME comment
---
 gnome-c-snippet.el |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/gnome-c-snippet.el b/gnome-c-snippet.el
index c5290ba..ed36336 100644
--- a/gnome-c-snippet.el
+++ b/gnome-c-snippet.el
@@ -20,6 +20,10 @@
 ;; along with this program.  If not, see
 ;; <http://www.gnu.org/licenses/>.
 
+;;; Commentary:
+
+;; FIXME: The snippets defined here could be rewritten in yasnippet
+
 ;;; Code:
 
 (require 'gnome-c-align)

Reply via email to