]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-end-of-statement-1):
authorKarl Heuer <kwzh@gnu.org>
Thu, 23 Oct 1997 07:33:21 +0000 (07:33 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 23 Oct 1997 07:33:21 +0000 (07:33 +0000)
Wrap backward-up-list in a c-safe call so no
error results when buffer contains only a comment and point is at
eob.

lisp/progmodes/cc-engine.el

index 9fd6d37248543a7fe574e15572a922031d257161..69a61c4f0fb42c8dbca499bea59b3913b53c8577 100644 (file)
@@ -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.