/[emacs]/emacs/lisp/emacs-lisp/re-builder.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/re-builder.el

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

revision 1.11 by miles, Thu Nov 22 14:52:52 2001 UTC revision 1.11.4.1 by miles, Fri Apr 4 06:20:16 2003 UTC
# Line 269  Except for Lisp syntax this is the same Line 269  Except for Lisp syntax this is the same
269  (define-key reb-lisp-mode-map "\C-c"  (define-key reb-lisp-mode-map "\C-c"
270    (lookup-key reb-mode-map "\C-c"))    (lookup-key reb-mode-map "\C-c"))
271    
272  (defvar reb-subexp-mode-map  (defvar reb-subexp-mode-map
273    (let ((m (make-keymap)))    (let ((m (make-keymap)))
274      (suppress-keymap m)      (suppress-keymap m)
275      ;; Again share the "\C-c" keymap for the commands      ;; Again share the "\C-c" keymap for the commands
# Line 680  If SUBEXP is non-nil mark only the corre Line 680  If SUBEXP is non-nil mark only the corre
680          (progn (store-match-data firstmatch)          (progn (store-match-data firstmatch)
681                 (reb-show-subexp (or subexp 0))))))                 (reb-show-subexp (or subexp 0))))))
682    
683    (provide 're-builder)
684    
685  ;;; re-builder.el ends here  ;;; re-builder.el ends here

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

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