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, 21 Jun 2005 09:46:49 -0400

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)




reply via email to

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