[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/pascal.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/pascal.el |
Date: |
Fri, 06 Sep 2002 05:37:14 -0400 |
Index: emacs/lisp/progmodes/pascal.el
diff -c emacs/lisp/progmodes/pascal.el:1.38 emacs/lisp/progmodes/pascal.el:1.39
*** emacs/lisp/progmodes/pascal.el:1.38 Tue Feb 12 12:37:02 2002
--- emacs/lisp/progmodes/pascal.el Fri Sep 6 03:16:42 2002
***************
*** 252,258 ****
"*Keywords to complete when standing at the first word of a statement.
These are keywords such as begin, repeat, until, readln.
The procedures and variables defined within the Pascal program
! are handled in another way, and should not be added to this list."
:type '(repeat (string :tag "Keyword"))
:group 'pascal)
--- 252,258 ----
"*Keywords to complete when standing at the first word of a statement.
These are keywords such as begin, repeat, until, readln.
The procedures and variables defined within the Pascal program
! are handled in another way, and should not be added to this list."
:type '(repeat (string :tag "Keyword"))
:group 'pascal)