aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cedet/srecode/insert.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el
index 426e0783982..c2a70fe030f 100644
--- a/lisp/cedet/srecode/insert.el
+++ b/lisp/cedet/srecode/insert.el
@@ -35,7 +35,6 @@
35(require 'srecode/args) 35(require 'srecode/args)
36(require 'srecode/filters) 36(require 'srecode/filters)
37 37
38(defvar srecode-template-inserter-point)
39(declare-function srecode-overlaid-activate "srecode/fields") 38(declare-function srecode-overlaid-activate "srecode/fields")
40(declare-function srecode-template-inserted-region "srecode/fields") 39(declare-function srecode-template-inserted-region "srecode/fields")
41 40
@@ -145,7 +144,7 @@ has set everything up already."
145 ) 144 )
146 (set-buffer standard-output) 145 (set-buffer standard-output)
147 (setq end-mark (point-marker)) 146 (setq end-mark (point-marker))
148 (goto-char (oref srecode-template-inserter-point point))) 147 (goto-char (oref-default 'srecode-template-inserter-point point)))
149 (oset-default 'srecode-template-inserter-point point eieio-unbound) 148 (oset-default 'srecode-template-inserter-point point eieio-unbound)
150 149
151 ;; Return the end-mark. 150 ;; Return the end-mark.