aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/srecode/cpp.el
diff options
context:
space:
mode:
authorStefan Monnier2021-03-05 21:00:00 -0500
committerStefan Monnier2021-03-05 21:00:00 -0500
commit0f85f2c0e54894a5d7edbffb0d8b29033f4a2af7 (patch)
treec71d68da992f0fe0d216423b5ffa276127df9373 /lisp/cedet/srecode/cpp.el
parent533c659b6c73fd381231f25d0644c69729dd0aed (diff)
downloademacs-0f85f2c0e54894a5d7edbffb0d8b29033f4a2af7.tar.gz
emacs-0f85f2c0e54894a5d7edbffb0d8b29033f4a2af7.zip
* lisp/cedet/srecode/*.el: Use lexical-binding
* lisp/cedet/srecode/compile.el (srecode-compile-inserter): Use `make-instance` instead of the class name-as-function. * lisp/cedet/srecode/fields.el (srecode-field-behind-hook): Remove unused var `field`. * lisp/cedet/srecode/find.el (srecode-load-tables-for-mode): Simplify. * lisp/cedet/srecode/getset.el (srecode-semantic-selected-tag): Declare var. * lisp/cedet/srecode/mode.el (srecode-minor-mode): Mark references to non-existing `srecode-m3-items` function. * lisp/cedet/srecode/srt-mode.el (srecode-parse-this-macro): Remove unused var `raw`.
Diffstat (limited to 'lisp/cedet/srecode/cpp.el')
-rw-r--r--lisp/cedet/srecode/cpp.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/cpp.el b/lisp/cedet/srecode/cpp.el
index 1b9610f3f1b..3f66898c9cc 100644
--- a/lisp/cedet/srecode/cpp.el
+++ b/lisp/cedet/srecode/cpp.el
@@ -1,4 +1,4 @@
1;;; srecode/cpp.el --- C++ specific handlers for Semantic Recoder 1;;; srecode/cpp.el --- C++ specific handlers for Semantic Recoder -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2007, 2009-2021 Free Software Foundation, Inc. 3;; Copyright (C) 2007, 2009-2021 Free Software Foundation, Inc.
4 4
@@ -44,7 +44,6 @@
44A dictionary entry of the named PREFIX_NAMESPACE with the value 44A dictionary entry of the named PREFIX_NAMESPACE with the value
45NAMESPACE:: is created for each namespace unless the current 45NAMESPACE:: is created for each namespace unless the current
46buffer contains a using NAMESPACE; statement." 46buffer contains a using NAMESPACE; statement."
47 :group 'srecode-cpp
48 :type '(repeat string)) 47 :type '(repeat string))
49 48
50;;; :c ARGUMENT HANDLING 49;;; :c ARGUMENT HANDLING