Mercurial > emacs
comparison lisp/progmodes/cperl-mode.el @ 43688:fc341cea1c38
(cperl-menu): Add "-emacs" to the version.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 04 Mar 2002 01:09:58 +0000 |
parents | be541feb06cc |
children | 2b9c79cd9ecb |
comparison
equal
deleted
inserted
replaced
43687:055adf3412f7 | 43688:fc341cea1c38 |
---|---|
1230 ["Speed" (describe-variable 'cperl-speed) t] | 1230 ["Speed" (describe-variable 'cperl-speed) t] |
1231 ["Praise" (describe-variable 'cperl-praise) t] | 1231 ["Praise" (describe-variable 'cperl-praise) t] |
1232 ["Faces" (describe-variable 'cperl-tips-faces) t] | 1232 ["Faces" (describe-variable 'cperl-tips-faces) t] |
1233 ["CPerl mode" (describe-function 'cperl-mode) t] | 1233 ["CPerl mode" (describe-function 'cperl-mode) t] |
1234 ["CPerl version" | 1234 ["CPerl version" |
1235 (message "The version of master-file for this CPerl is %s" | 1235 (message "The version of master-file for this CPerl is %s-emacs" |
1236 cperl-version) t])))) | 1236 cperl-version) t])))) |
1237 (error nil)) | 1237 (error nil)) |
1238 | 1238 |
1239 (autoload 'c-macro-expand "cmacexp" | 1239 (autoload 'c-macro-expand "cmacexp" |
1240 "Display the result of expanding all C macros occurring in the region. | 1240 "Display the result of expanding all C macros occurring in the region. |