summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/wisent/java-tags.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/semantic/wisent/java-tags.el')
-rw-r--r--lisp/cedet/semantic/wisent/java-tags.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/wisent/java-tags.el b/lisp/cedet/semantic/wisent/java-tags.el
index 9deb997435f..479fc7fbe87 100644
--- a/lisp/cedet/semantic/wisent/java-tags.el
+++ b/lisp/cedet/semantic/wisent/java-tags.el
@@ -20,7 +20,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
;;
@@ -75,7 +75,7 @@ This function override `get-local-variables'."
;; Add 'this' if in a fcn
(when (semantic-tag-of-class-p ct 'function)
;; Append a new tag THIS into our space.
- (setq vars (cons (semantic-tag-new-variable
+ (setq vars (cons (semantic-tag-new-variable
"this" (semantic-tag-name (semantic-current-tag-parent))
nil)
vars)))