Logtalk 2.30.1 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1903 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2007-06-12 10:39:47 +00:00
parent 84f478c301
commit 6b4bde14e1
475 changed files with 6213 additions and 6424 deletions

View File

@@ -4,8 +4,8 @@
;; Author: Paulo Moura
;; Creation date: November 15, 2003
;; Last modification date: March 24, 2007
;; Version: 0.96
;; Last modification date: June 10, 2007
;; Version: 0.97
;; Installation:
;;
@@ -27,7 +27,7 @@
;; setup
(defvar logtalk-mode-version "0.96"
(defvar logtalk-mode-version "0.97"
"Logtalk mode version number")
(defvar logtalk-mode-hook nil)
@@ -229,6 +229,10 @@
;;
("::\\|\\^\\^\\|[{}]" . 'logtalk-message-operator-face)
;;
;; category predicate direct call:
;;
(":" . 'logtalk-message-operator-face)
;;
;; mode operators:
;;
("[@?]" . 'logtalk-built-in-predicate-face)