aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/cc-cmds.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-cmds.el b/lisp/progmodes/cc-cmds.el
index a5ddcb4b92d..9c0798e7529 100644
--- a/lisp/progmodes/cc-cmds.el
+++ b/lisp/progmodes/cc-cmds.el
@@ -1870,7 +1870,7 @@ with a brace block."
1870 (c-backward-token-2) 1870 (c-backward-token-2)
1871 (c-backward-syntactic-ws)) 1871 (c-backward-syntactic-ws))
1872 (setq name-end (point)) 1872 (setq name-end (point))
1873 (c-backward-token-2) 1873 (c-back-over-compound-identifier)
1874 (buffer-substring-no-properties (point) name-end))))))))) 1874 (buffer-substring-no-properties (point) name-end)))))))))
1875 1875
1876(defun c-declaration-limits (near) 1876(defun c-declaration-limits (near)