comparison lisp/progmodes/dcl-mode.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 59ee4068f60b
children 4d615a83cee2 4bc33ffdda1a
comparison
equal deleted inserted replaced
85509:dcb6f471c4e6 85510:e2eac01cf548
70 ;; complete command line? A block? A subroutine? 70 ;; complete command line? A block? A subroutine?
71 71
72 ;;; Code: 72 ;;; Code:
73 73
74 (require 'tempo) 74 (require 'tempo)
75 (eval-when-compile (require 'imenu))
76 75
77 ;;; *** Customization ***************************************************** 76 ;;; *** Customization *****************************************************
78 77
79 78
80 ;; First, font lock. This is a minimal approach, please improve! 79 ;; First, font lock. This is a minimal approach, please improve!