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-defs.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-defs.el
Date: Tue, 04 Feb 2003 08:24:40 -0500

Index: emacs/lisp/progmodes/cc-defs.el
diff -c emacs/lisp/progmodes/cc-defs.el:1.17 
emacs/lisp/progmodes/cc-defs.el:1.18
*** emacs/lisp/progmodes/cc-defs.el:1.17        Sun Apr 21 20:35:36 2002
--- emacs/lisp/progmodes/cc-defs.el     Tue Feb  4 08:24:34 2003
***************
*** 79,85 ****
    ;; Returns the value of certain commonly referenced POSITIONs
    ;; relative to POINT.  The current point is used if POINT isn't
    ;; specified.  POSITION can be one of the following symbols:
!   ;; 
    ;; bol  -- beginning of line
    ;; eol  -- end of line
    ;; bod  -- beginning of defun
--- 79,85 ----
    ;; Returns the value of certain commonly referenced POSITIONs
    ;; relative to POINT.  The current point is used if POINT isn't
    ;; specified.  POSITION can be one of the following symbols:
!   ;;
    ;; bol  -- beginning of line
    ;; eol  -- end of line
    ;; bod  -- beginning of defun
***************
*** 91,97 ****
    ;; eonl -- end of next line
    ;; bopl -- beginning of previous line
    ;; eopl -- end of previous line
!   ;; 
    ;; If the referenced position doesn't exist, the closest accessible
    ;; point to it is returned.  This function does not modify point or
    ;; mark.
--- 91,97 ----
    ;; eonl -- end of next line
    ;; bopl -- beginning of previous line
    ;; eopl -- end of previous line
!   ;;
    ;; If the referenced position doesn't exist, the closest accessible
    ;; point to it is returned.  This function does not modify point or
    ;; mark.




reply via email to

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