emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-menus.el


From: Alan Mackenzie
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-menus.el
Date: Fri, 02 Dec 2005 07:30:45 -0500

Index: emacs/lisp/progmodes/cc-menus.el
diff -c emacs/lisp/progmodes/cc-menus.el:1.28 
emacs/lisp/progmodes/cc-menus.el:1.29
*** emacs/lisp/progmodes/cc-menus.el:1.28       Mon Aug  1 08:37:49 2005
--- emacs/lisp/progmodes/cc-menus.el    Fri Dec  2 12:30:36 2005
***************
*** 1,6 ****
  ;;; cc-menus.el --- imenu support for CC Mode
  
! ;; Copyright (C) 1985,1987,1992-2003, 2004, 2005 Free Software Foundation, 
Inc.
  
  ;; Authors:    1998- Martin Stjernholm
  ;;             1992-1999 Barry A. Warsaw
--- 1,7 ----
  ;;; cc-menus.el --- imenu support for CC Mode
  
! ;; Copyright (C) 1985,1987,1992-2003, 2004, 2005 Free Software Foundation,
! ;; Inc.
  
  ;; Authors:    1998- Martin Stjernholm
  ;;             1992-1999 Barry A. Warsaw
***************
*** 24,30 ****
  ;; GNU General Public License for more details.
  
  ;; You should have received a copy of the GNU General Public License
! ;; along with GNU Emacs; see the file COPYING.  If not, write to
  ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  ;; Boston, MA 02110-1301, USA.
  
--- 25,31 ----
  ;; GNU General Public License for more details.
  
  ;; You should have received a copy of the GNU General Public License
! ;; along with this program; see the file COPYING.  If not, write to
  ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  ;; Boston, MA 02110-1301, USA.
  
***************
*** 240,246 ****
  - perform: (SEL)aSelector withObject: object1 withObject: object2; /* METHOD 
*/
  =>
  -perform:withObject:withObject:withObject: /* selector */"
-   ;; This function does not do any hidden buffer changes.
    (let ((return "")                   ; String to be returned
        (p 0)                           ; Current scanning position in METHOD  
        (pmax (length method))          ; 
--- 241,246 ----
***************
*** 281,287 ****
  
  (defun cc-imenu-objc-remove-white-space  (str)
    "Remove all spaces and tabs from STR."
-   ;; This function does not do any hidden buffer changes.
    (let ((return "")
        (p 0)
        (max (length str)) 
--- 281,286 ----
***************
*** 296,302 ****
  
  (defun cc-imenu-objc-function ()
    "imenu supports for objc-mode."
-   ;; This function does not do any hidden buffer changes.
    (let (methodlist
        clist
        ;;
--- 295,300 ----
***************
*** 415,421 ****
  
  (defun cc-imenu-init (mode-generic-expression
                      &optional mode-create-index-function)
-   ;; This function does not do any hidden buffer changes.
    (setq imenu-generic-expression mode-generic-expression
        imenu-case-fold-search nil)
    (when mode-create-index-function
--- 413,418 ----




reply via email to

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