]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/srecode/args.el
from trunk
[gnu-emacs] / lisp / cedet / srecode / args.el
index 0d45831e9fc8e2cf05167f0f8175b29ae2ff7ce9..bb15bf50110976c7b2c8a31f0c1a72583feedb75 100644 (file)
@@ -1,6 +1,6 @@
 ;;; srecode/args.el --- Provide some simple template arguments
 
-;;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -25,7 +25,7 @@
 ;; sets of dictionary words that need to be derived.  This file contains
 ;; a set of simple arguments for srecode templates.
 
-(require 'srecode/insert)
+(require 'srecode/dictionary)
 
 ;;; Code:
 
 ;;
 ;; Using :blank means that the template should force blank lines
 ;; before and after the template, reguardless of where the insertion
-;; is occuring.
+;; is occurring.
 (defun srecode-semantic-handle-:blank (dict)
   "Add macros into the dictionary DICT specifying blank line spacing.
 The wrapgap means make sure the first and last lines of the macro
-do not contain any text from preceeding or following text."
+do not contain any text from preceding or following text."
   ;; This won't actually get used, but it might be nice
   ;; to know about it.
   (srecode-dictionary-set-value dict "BLANK" t)
@@ -186,3 +186,4 @@ do not contain any text from preceeding or following text."
 
 ;;; srecode/args.el ends here
 
+;; arch-tag: 645fc31e-30a9-469b-9215-fb320a46ee96