comparison lisp/progmodes/dcl-mode.el @ 86243:4d615a83cee2

* progmodes/idlw-help.el: Require browse-url unconditionally, it is available by default. (idlwave-help-browse-url-available): Change default to t. * emulation/edt.el (defgroup, defcustom): Remove definition. (eval-when-compile): Remove. (c-mark-function): * textmodes/reftex-dcr.el (bibtex-beginning-of-entry): * textmodes/fill.el (comment-search-forward) (comment-string-strip): * progmodes/prolog.el (comint-mode, comint-send-string) (comint-send-region, comint-send-eof): * progmodes/dcl-mode.el (imenu-default-create-index-function): * emulation/viper-util.el (viper-forward-Word): * emulation/vi.el (c-mark-function): * emulation/edt-vt100.el (vt100-wide-mode): * emacs-lisp/timer.el (diary-entry-time): Declare as functions. * url-mailto.el (mail-send-and-exit): * url-http.el (url-dav-file-attributes): * url-file.el (ange-ftp-set-passwd, ange-ftp-copy-file-internal): Declare as functions. * url-privacy.el (url-device-type): Define unconditionally.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 20 Nov 2007 00:57:10 +0000
parents e2eac01cf548
children 23817affa7a9
comparison
equal deleted inserted replaced
86242:aab1a93c03ca 86243:4d615a83cee2
2199 (found (re-search-backward regexp 0 t))) 2199 (found (re-search-backward regexp 0 t)))
2200 (if (not found) 2200 (if (not found)
2201 () 2201 ()
2202 (equal start (match-end 0)))))) 2202 (equal start (match-end 0))))))
2203 2203
2204 (declare-function imenu-default-create-index-function "../imenu" ())
2204 2205
2205 ;;;------------------------------------------------------------------------- 2206 ;;;-------------------------------------------------------------------------
2206 (defun dcl-imenu-create-index-function () 2207 (defun dcl-imenu-create-index-function ()
2207 "Jacket routine to make imenu searches non case sensitive." 2208 "Jacket routine to make imenu searches non case sensitive."
2208 (let ((case-fold-search t)) 2209 (let ((case-fold-search t))