comparison lisp/emacs-lisp/lisp-mode.el @ 90519:138ce2701550

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 320-342) - Update from CVS - Merge from gnus--rel--5.10 - lisp/play/cookie1.el (cookie): Work properly when there's only one entry - Add note about "link" button-class to etc/TODO * gnus--rel--5.10 (patch 108-112) - Merge from emacs--devo--0 - Clean up merge mistakes - Update from CVS - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-86
author Miles Bader <miles@gnu.org>
date Thu, 06 Jul 2006 08:59:39 +0000
parents 65ca8fb66a0d fbe329a11cee
children 95d0cdf160ea
comparison
equal deleted inserted replaced
90518:64c755511769 90519:138ce2701550
289 (define-key map [emacs-byte-compile-and-load] 289 (define-key map [emacs-byte-compile-and-load]
290 '("Byte-compile And Load" . emacs-lisp-byte-compile-and-load)) 290 '("Byte-compile And Load" . emacs-lisp-byte-compile-and-load))
291 (define-key map [byte-compile] 291 (define-key map [byte-compile]
292 '("Byte-compile This File" . emacs-lisp-byte-compile)) 292 '("Byte-compile This File" . emacs-lisp-byte-compile))
293 (define-key map [separator-eval] '("--")) 293 (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))
295 (define-key map [eval-region] '("Evaluate Region" . eval-region)) 295 (define-key map [eval-region] '("Evaluate Region" . eval-region))
296 (define-key map [eval-sexp] '("Evaluate Last S-expression" . eval-last-sexp)) 296 (define-key map [eval-sexp] '("Evaluate Last S-expression" . eval-last-sexp))
297 (define-key map [separator-format] '("--")) 297 (define-key map [separator-format] '("--"))
298 (define-key map [comment-region] '("Comment Out Region" . comment-region)) 298 (define-key map [comment-region] '("Comment Out Region" . comment-region))
299 (define-key map [indent-region] '("Indent Region" . indent-region)) 299 (define-key map [indent-region] '("Indent Region" . indent-region))