Mercurial > emacs
changeset 20139:3fd8a7983ded
(c-end-of-statement-1):
Wrap backward-up-list in a c-safe call so no
error results when buffer contains only a comment and point is at
eob.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 23 Oct 1997 07:33:21 +0000 |
parents | cd9968dc162a |
children | 971eb6b44cde |
files | lisp/progmodes/cc-engine.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cc-engine.el Thu Oct 23 07:33:03 1997 +0000 +++ b/lisp/progmodes/cc-engine.el Thu Oct 23 07:33:21 1997 +0000 @@ -7,7 +7,7 @@ ;; 1985 Richard M. Stallman ;; Maintainer: cc-mode-help@python.org ;; Created: 22-Apr-1997 (split from cc-mode.el) -;; Version: 5.17 +;; Version: 5.18 ;; Keywords: c languages oop ;; This file is part of GNU Emacs.