/[emacs]/emacs/lisp/term/bg-mouse.el
ViewVC logotype

Diff of /emacs/lisp/term/bg-mouse.el

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

revision 1.11 by gerd, Fri Sep 7 11:33:32 2001 UTC revision 1.12 by pj, Mon Nov 26 16:17:44 2001 UTC
# Line 209  Sexp is inserted into the buffer at poin Line 209  Sexp is inserted into the buffer at poin
209                             (looking-at "[`'\"\\]\\|\\s(")))                             (looking-at "[`'\"\\]\\|\\s(")))
210        nil)        nil)
211       (t       (t
212        (insert-string " ")))        (insert " ")))
213      (insert-string moused-text)      (insert moused-text)
214      (or (eolp)      (or (eolp)
215          (looking-at "\\s.\\|\\s)")          (looking-at "\\s.\\|\\s)")
216          (and (looking-at "'") (looking-at "\\sw")) ;hack for text mode          (and (looking-at "'") (looking-at "\\sw")) ;hack for text mode
217          (save-excursion (insert-string " ")))))          (save-excursion (insert " ")))))
218    
219  ;;; Utility functions:  ;;; Utility functions:
220    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26