aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/cc-menus.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 31cc564e05e..fc2da36c503 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-02-17 Juanma Barranquero <lekktu@gmail.com>
2
3 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
4
12009-02-17 Miles Bader <miles@gnu.org> 52009-02-17 Miles Bader <miles@gnu.org>
2 6
3 * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match 7 * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match
diff --git a/lisp/progmodes/cc-menus.el b/lisp/progmodes/cc-menus.el
index bfd93a6b4d0..da3997a4603 100644
--- a/lisp/progmodes/cc-menus.el
+++ b/lisp/progmodes/cc-menus.el
@@ -261,7 +261,7 @@ Example:
261 (and (<= ?A char) (<= char ?Z)) 261 (and (<= ?A char) (<= char ?Z))
262 (and (<= ?0 char) (<= char ?9)) 262 (and (<= ?0 char) (<= char ?9))
263 (= ?_ char))) 263 (= ?_ char)))
264 (if argreq 264 (if argreq
265 (setq inargvar t 265 (setq inargvar t
266 argreq nil) 266 argreq nil)
267 (setq return (concat return (char-to-string char))))) 267 (setq return (concat return (char-to-string char)))))
@@ -296,7 +296,7 @@ Example:
296 return)) 296 return))
297 297
298(defun cc-imenu-objc-function () 298(defun cc-imenu-objc-function ()
299 "imenu supports for objc-mode." 299 "Imenu support for Objective C mode."
300 (let (methodlist 300 (let (methodlist
301 clist 301 clist
302 ;; 302 ;;