Changeset 4237

Show
Ignore:
Timestamp:
04/30/08 09:00:28 (2 months ago)
Author:
pmoura
Message:
Added missing support for the syntax coloring of the built-in predicate unify_with_occurs_check/2, to the Emacs text editor.
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4236 r4237  
    2525    Added missing support for the syntax coloring of the external call  
    2626    Logtalk control construct, {}/1, to the TextMate text editor. 
     27 
     28    Added missing support for the syntax coloring of the built-in predicate  
     29    unify_with_occurs_check/2, to the Emacs text editor. 
    2730 
    2831 
  • trunk/wenv/emacs/logtalk.el

    r4211 r4237  
    55;; Author: Paulo Moura <pmoura@logtalk.org> 
    66;; Creation date: November 15, 2003 
    7 ;; Last modification date: April 19, 2008 
    8 ;; Version: 1.3 
     7;; Last modification date: April 30, 2008 
     8;; Version: 1.4 
    99 
    1010;; Installation: 
     
    2828;; setup  
    2929 
    30 (defvar logtalk-mode-version "1.3" 
     30(defvar logtalk-mode-version "1.4" 
    3131    "Logtalk mode version number") 
    3232 
     
    168168        ;; 
    169169        ("\\\\?=" 0 'logtalk-built-in-predicate-face) 
     170        ("\\<\\(unify_with_occurs_check\\)\\([(]\\)" 1 'logtalk-built-in-predicate-face) 
    170171        ;; 
    171172        ;; dcgs: