Mercurial > hg > xemacs-beta
comparison lisp/lisp-mode.el @ 280:7df0dd720c89 r21-0b38
Import from CVS: tag r21-0b38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:32:22 +0200 |
parents | 727739f917cb |
children | 558f606b08ae |
comparison
equal
deleted
inserted
replaced
279:c20b2fb5bb0a | 280:7df0dd720c89 |
---|---|
80 (defvar emacs-lisp-mode-popup-menu-1 | 80 (defvar emacs-lisp-mode-popup-menu-1 |
81 (purecopy | 81 (purecopy |
82 (nconc | 82 (nconc |
83 '("Emacs-Lisp" | 83 '("Emacs-Lisp" |
84 ["Byte-compile This File" emacs-lisp-byte-compile] | 84 ["Byte-compile This File" emacs-lisp-byte-compile] |
85 ["Byte-compile/load This" emacs-lisp-byte-compile-and-load] | |
85 ["Byte-recompile Directory..." byte-recompile-directory] | 86 ["Byte-recompile Directory..." byte-recompile-directory] |
86 "---") | 87 "---") |
87 (cdr lisp-interaction-mode-popup-menu-1)))) | 88 (cdr lisp-interaction-mode-popup-menu-1)))) |
88 | 89 |
89 ;Don't have a menubar entry in Lisp Interaction mode. Otherwise, the | 90 ;Don't have a menubar entry in Lisp Interaction mode. Otherwise, the |