Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
33ee2fc8
Commit
33ee2fc8
authored
Feb 17, 2009
by
Juanma Barranquero
Browse files
* progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
parent
24a517fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/cc-menus.el
lisp/progmodes/cc-menus.el
+2
-2
No files found.
lisp/ChangeLog
View file @
33ee2fc8
2009-02-17 Juanma Barranquero <lekktu@gmail.com>
* progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
2009-02-17 Miles Bader <miles@gnu.org>
* emacs-lisp/copyright.el (copyright-regexp): Tweaked to match
...
...
lisp/progmodes/cc-menus.el
View file @
33ee2fc8
...
...
@@ -261,7 +261,7 @@ Example:
(
and
(
<=
?A
char
)
(
<=
char
?Z
))
(
and
(
<=
?0
char
)
(
<=
char
?9
))
(
=
?_
char
)))
(
if
argreq
(
if
argreq
(
setq
inargvar
t
argreq
nil
)
(
setq
return
(
concat
return
(
char-to-string
char
)))))
...
...
@@ -296,7 +296,7 @@ Example:
return
))
(
defun
cc-imenu-objc-function
()
"
i
menu support
s
for
o
bj
c-
mode."
"
I
menu support for
O
bj
ective C
mode."
(
let
(
methodlist
clist
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment