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/ada-stmt.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ada-stmt.el,v
Date: Tue, 31 Oct 2006 00:59:42 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/10/31 00:59:42

Index: ada-stmt.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/ada-stmt.el,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- ada-stmt.el 10 Feb 2006 09:00:31 -0000      1.21
+++ ada-stmt.el 31 Oct 2006 00:59:42 -0000      1.22
@@ -6,9 +6,8 @@
 ;; This file is part of GNU Emacs.
 
 ;; Authors: Daniel Pfeiffer, Markus Heritsch, Rolf Ebert <address@hidden>
-;; Maintainer: Emmanuel Briot <address@hidden>
+;; Maintainer: Stephen Leake <address@hidden>
 ;; Keywords: languages, ada
-;; Rolf Ebert's version: 2.26
 
 ;;; Commentary:
 ;; This file is now automatically loaded from ada-mode.el, and creates a 
submenu
@@ -64,7 +63,7 @@
 (require 'ada-mode)
 
 (defun ada-func-or-proc-name ()
-  ;; Get the name of the current function or procedure."
+  "Return the name of the current function or procedure."
   (save-excursion
     (let ((case-fold-search t))
       (if (re-search-backward ada-procedure-start-regexp nil t)




reply via email to

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