Show
Ignore:
Timestamp:
07/15/06 09:45:33 (2 years ago)
Author:
miyoshi
Message:

Load emacs-to-svn into vendor/emacs-CVS_HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/lisp/emacs-lisp/lisp-mode.el

    r4056 r4109  
    292292      '("Byte-compile This File" . emacs-lisp-byte-compile)) 
    293293    (define-key map [separator-eval] '("--")) 
    294     (define-key map [eval-buffer] '("Evaluate Buffer" . eval-current-buffer)) 
     294    (define-key map [eval-buffer] '("Evaluate Buffer" . eval-buffer)) 
    295295    (define-key map [eval-region] '("Evaluate Region" . eval-region)) 
    296296    (define-key map [eval-sexp] '("Evaluate Last S-expression" . eval-last-sexp))