X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/5296784ca4cc0fe90631a3427a0e251d77a0c65d..7d0db9ea6232b0167d9d437fc72a9ee16a028747:/company-template.el diff --git a/company-template.el b/company-template.el index 02065afaf..053429dc4 100644 --- a/company-template.el +++ b/company-template.el @@ -1,6 +1,6 @@ ;;; company-template.el --- utility library for template expansion -;; Copyright (C) 2009, 2010, 2014-2015 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2014-2016 Free Software Foundation, Inc. ;; Author: Nikolaj Schumacher @@ -185,7 +185,7 @@ Leave point at the end of the field." ;; objc ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(defun company-clang-objc-templatify (selector) +(defun company-template-objc-templatify (selector) (let* ((end (point-marker)) (beg (- (point) (length selector) 1)) (templ (company-template-declare-template beg end))