emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog cedet/semantic/ia.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog cedet/semantic/ia.el
Date: Sun, 22 Nov 2009 23:09:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/11/22 23:09:20

Modified files:
        lisp           : ChangeLog 
        lisp/cedet/semantic: ia.el 

Log message:
        * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
        Use semantic-format-tag-prototype.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16701&r2=1.16702
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cedet/semantic/ia.el?cvsroot=emacs&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16701
retrieving revision 1.16702
diff -u -b -r1.16701 -r1.16702
--- ChangeLog   22 Nov 2009 19:53:22 -0000      1.16701
+++ ChangeLog   22 Nov 2009 23:09:17 -0000      1.16702
@@ -1,3 +1,8 @@
+2009-11-22  Chong Yidong  <address@hidden>
+
+       * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
+       Use semantic-format-tag-prototype.
+
 2009-11-22  Michael Kifer  <address@hidden>
 
        * emulation/viper-cmd.el: Use viper-last-command-char instead of

Index: cedet/semantic/ia.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cedet/semantic/ia.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- cedet/semantic/ia.el        3 Nov 2009 21:45:33 -0000       1.4
+++ cedet/semantic/ia.el        22 Nov 2009 23:09:20 -0000      1.5
@@ -52,8 +52,8 @@
 ;; functions.
 
 (defcustom semantic-ia-completion-format-tag-function
-  'semantic-prototype-nonterminal
-  "*Function used to convert a tag to a string during completion."
+  'semantic-format-tag-prototype
+  "Function used to convert a tag to a string during completion."
   :group 'semantic
   :type semantic-format-tag-custom-list)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]