Index: emacs/lisp/progmodes/cc-defs.el
diff -c emacs/lisp/progmodes/cc-defs.el:1.31 
emacs/lisp/progmodes/cc-defs.el:1.32
*** emacs/lisp/progmodes/cc-defs.el:1.31        Mon May 23 00:03:59 2005
--- emacs/lisp/progmodes/cc-defs.el     Tue Jun 21 13:46:49 2005
***************
*** 417,423 ****
    `(c-forward-sexp ,(if (numberp count) (- count) `(- ,count))))
  
  (defmacro c-safe-scan-lists (from count depth)
!   "Like `scan-lists' but returns nil instead of signalling errors.
  
  This function does not do any hidden buffer changes."
    (if (featurep 'xemacs)
--- 417,423 ----
    `(c-forward-sexp ,(if (numberp count) (- count) `(- ,count))))
  
  (defmacro c-safe-scan-lists (from count depth)
!   "Like `scan-lists' but returns nil instead of signaling errors.
  
  This function does not do any hidden buffer changes."
    (if (featurep 'xemacs)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to