Develop and Download Open Source Software

Browse CVS Repository

Diff of /kogiku/kogiku/kogiku.el

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.24 by jet, Fri Feb 13 11:35:12 2004 UTC revision 1.25 by jet, Fri Feb 13 11:43:05 2004 UTC
# Line 1  Line 1 
1  ;;; kogiku.el - reading file and directory names with migemo service  ;;; kogiku.el - reading file and directory names with migemo service
2    
3  ;; Copyright (C) 2004 Masatake YAMATO  ;; Copyright (C) 2004 Masatake YAMATO and Hideyuki SHIRAI
4    
5  ;; Author: Masatake YAMATO <jet@gyve.org>  ;; Author: Masatake YAMATO <jet@gyve.org> and
6    ;;         Hideyuki SHIRAI  <shirai@meadowy.org>
7    
8  ;; This file is free software; you can redistribute it and/or modify  ;; This file is free software; you can redistribute it and/or modify
9  ;; it under the terms of the GNU General Public License as published by  ;; it under the terms of the GNU General Public License as published by
# Line 173  minibufferに制御が移ったときに`minibuffe Line 174  minibufferに制御が移ったときに`minibuffe
174                             '(face kogiku-indicator-face)                             '(face kogiku-indicator-face)
175                             indicator)                             indicator)
176        (add-text-properties 0 (length indicator)        (add-text-properties 0 (length indicator)
177                             `(local-map ,kogiku-minibuffer-prompt-map)                             `(local-map
178                                 ,kogiku-minibuffer-prompt-map
179                                 mouse-face
180                                 highlight)
181                             indicator))                             indicator))
182      (if kogiku-minibuffer-prompt-overlay      (if kogiku-minibuffer-prompt-overlay
183          (move-overlay kogiku-minibuffer-prompt-overlay          (move-overlay kogiku-minibuffer-prompt-overlay

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26