From: Karl Heuer Date: Thu, 23 Oct 1997 07:33:21 +0000 (+0000) Subject: (c-end-of-statement-1): X-Git-Tag: emacs-20.3~2934 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55be95273193323df4223a1f8b51908bc4405cdd;p=emacs.git (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. --- diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 9fd6d372485..69a61c4f0fb 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -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.