~ubuntu-branches/ubuntu/karmic/emacs-snapshot/karmic

« back to all changes in this revision

Viewing changes to lisp/progmodes/vera-mode.el

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-04-05 09:14:30 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090405091430-nw07lynn2arotjbe
Tags: upstream-20090320
ImportĀ upstreamĀ versionĀ 20090320

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; vera-mode.el --- major mode for editing Vera files.
2
2
 
3
3
;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
4
 
;;   2006, 2007, 2008 Free Software Foundation, Inc.
 
4
;;   2006, 2007, 2008, 2009 Free Software Foundation, Inc.
5
5
 
6
6
;; Author:      Reto Zimmermann <reto@gnu.org>
7
7
;; Maintainer:  Reto Zimmermann <reto@gnu.org>
1340
1340
  (interactive "*P")
1341
1341
  (let* ((ch (char-before))
1342
1342
         (indentp (and (not arg)
1343
 
                       (eq last-command-char ?/)
 
1343
                       (eq last-command-event ?/)
1344
1344
                       (or (and (eq ch ?/)
1345
1345
                                (not (vera-in-literal)))
1346
1346
                           (and (eq ch ?*)