Mercurial > emacs
comparison lisp/progmodes/prolog.el @ 85510:e2eac01cf548
* progmodes/prolog.el: Undo previous change.
(comint-prompt-regexp, comint-process-echoes): Pacify
byte-compiler.
* progmodes/dcl-mode.el:
* play/yow.el:
* calendar/todo-mode.el:
* calendar/cal-hebrew.el:
* vc-hg.el: Undo previous change.
* vms-patch.el: Likewise.
(print-region-function): Pacify byte-compiler.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 21 Oct 2007 14:54:34 +0000 |
parents | e1af3a725ca4 |
children | 4d615a83cee2 4bc33ffdda1a |
comparison
equal
deleted
inserted
replaced
85509:dcb6f471c4e6 | 85510:e2eac01cf548 |
---|---|
29 ;; about Prolog syntax and comments, and can send regions to an inferior | 29 ;; about Prolog syntax and comments, and can send regions to an inferior |
30 ;; Prolog interpreter process. Font locking is tuned towards GNU Prolog. | 30 ;; Prolog interpreter process. Font locking is tuned towards GNU Prolog. |
31 | 31 |
32 ;;; Code: | 32 ;;; Code: |
33 | 33 |
34 (eval-when-compile (require 'comint)) | 34 (defvar comint-prompt-regexp) |
35 | 35 (defvar comint-process-echoes) |
36 | 36 |
37 (defgroup prolog nil | 37 (defgroup prolog nil |
38 "Major mode for editing and running Prolog under Emacs." | 38 "Major mode for editing and running Prolog under Emacs." |
39 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces) | 39 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces) |
40 :group 'languages) | 40 :group 'languages) |