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


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

Index: emacs/lisp/progmodes/cc-cmds.el
diff -c emacs/lisp/progmodes/cc-cmds.el:1.29 
emacs/lisp/progmodes/cc-cmds.el:1.30
*** emacs/lisp/progmodes/cc-cmds.el:1.29        Tue Apr 23 21:27:15 2002
--- emacs/lisp/progmodes/cc-cmds.el     Tue Feb  4 08:24:34 2003
***************
*** 1811,1817 ****
    (interactive "p")
    (c-forward-conditional (- count) -1)
    (c-keep-region-active))
!   
  (defun c-up-conditional-with-else (count)
    "Move back to the containing preprocessor conditional, including `#else'.
  Just like `c-up-conditional', except it also stops at `#else'
--- 1811,1817 ----
    (interactive "p")
    (c-forward-conditional (- count) -1)
    (c-keep-region-active))
! 
  (defun c-up-conditional-with-else (count)
    "Move back to the containing preprocessor conditional, including `#else'.
  Just like `c-up-conditional', except it also stops at `#else'




reply via email to

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