| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(easy-menu-create-menu): Understand also keywords :active,
:label and :visible. Don't worry about button prefix.
(easy-menu-button-prefix): Modified value.
(easy-menu-do-add-item): Extensive changes to use new menu item format.
(easy-menu-define-key, easy-menu-always-true): New functions.
(easy-menu-make-symbol): Don't use indirection for symbols.
Property `menu-alias' not set.
(easy-menu-filter, easy-menu-update-button): Deleted.
(easy-menu-add-item): Don't worry about button prefix.
(easy-menu-remove-item): Don't worry about button prefix.
Use `easy-menu-define-key'.
(easy-menu-is-button, easy-menu-have-button): Deleted.
(easy-menu-real-binding, easy-menu-change-prefix): Deleted.
|
|
|
|
| |
unless the file itself specifies unibyte mode.
|
|
|
|
|
| |
Do the right thing when nil is specified as criterion for activeness.
Fix string used to report an invalid item.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Don't pass floating value to single-key-description.
|
| |
|
|
|
|
|
|
|
| |
If definition is a list, don't call find-function-other-window.
Handle mouse events (code copied from describe-key-briefly).
(find-function-do-it): Doc fix.
(find-function-noselect): Doc fix.
|
| |
|
|
|
|
| |
type.
|
|
|
|
| |
even if we have to alter the form.
|
|
|
|
| |
value of keyword symbols, so don't do it again.
|
|
|
|
|
|
|
|
|
|
| |
(update-file-autoloads): Use autoload-read-section-header.
(update-autoloads-from-directories): Likewise.
(generate-autoload-section-continuation): New variable.
(autoload-read-section-header): New function.
(update-file-autoloads): Don't call save-buffer if no changes.
(generate-file-autoloads): Split the section header line
into multiple comments.
|
|
|
|
| |
evaluate to themselves now anyway.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
paragraph-start in default filling case so that filling doc
strings works.
|
|
|
|
|
| |
Removed string check in basic doc search code.
Made the check for embeded key codes more robust from erronious checks.
|
| |
|
|
|
|
| |
(edebug-outside-excursion): store-match-data => set-match-data.
|
| |
|
| |
|
|
|
|
| |
Undo 1997-08-23 change.
|
|
|
|
| |
(emacs-lisp-mode-map, lisp-mode-map): Use set-keymap-parent.
|
| |
|
|
|
|
| |
When showing the message, put point at beginning of buffer.
|
| |
|
| |
|
|
|
|
| |
multiple-value-setf and multiple-value-list.
|
| |
|
|
|
|
| |
(debug): Use set-buffer-multibyte to clear enable-multibyte-characters.
|
|
|
|
| |
the function has a cl-compiler-macro property.
|
|
|
|
|
| |
the doc strings used for the mode flag variable and the keymap.
Delete duplicate &optional's.
|
|
|
|
| |
Use the size in bytes for the #@ size integer.
|
|
|
|
|
|
| |
(edebug-stop-before-symbols): Variable deleted.
(edebug-form): Don't handle edebug-stop-before-symbols.
(edebug-submit-bug-report): Don't include edebug-stop-before-symbols.
|
| |
|
|
|
|
| |
if autoloads file is empty or can't be written.
|
|
|
|
|
|
|
|
| |
now. Done by letting `easy-menu-do-add-item' handle it.
(easy-menu-do-add-item): Take argument BEFORE instead of PREV.
Inserts directly in keymap, instead of calling `define-key-after'.
(easy-menu-create-menu): Don't reverse items as
`easy-menu-do-add-item' now puts things at the end of keymaps.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
instead of (` and (,. Implement :filter. Doc fix.
(easy-menu-do-define): Call `easy-menu-create-menu' instead of
`easy-menu-create-keymaps'.
(easy-menu-create-keymaps): Replaced by `easy-menu-create-menu'.
(easy-menu-create-menu): New public function. Replaces
`easy-menu-create-keymaps', but with large changes.
(easy-menu-button-prefix): New constant.
(easy-menu-do-add-item, easy-menu-make-symbol): New functions.
(easy-menu-update-button): Doc fix.
(easy-menu-change): New optional argument BEFORE.
Now just a call to `easy-menu-add-item'.
(easy-menu-add-item, easy-menu-item-present-p)
(easy-menu-remove-item): New public functions.
(easy-menu-get-map, easy-menu-is-button-p, easy-menu-have-button-p)
(easy-menu-real-binding, easy-menu-change-prefix, easy-menu-filter):
New functions.
|
| |
|
|
|
|
|
| |
(displaying-byte-compile-warnings):
To avoid error, use (forward-line -1), not previous-line.
|
| |
|
| |
|
|
|
|
| |
If compiler-macroexpand is defined, use it.
|
| |
|
|
|
|
|
|
|
| |
lm-header-multiline, lm-summary, lm-version, lm-commentary):
Return string without properties.
(lm-get-header, lm-get-package-name, lm-crack-address,
lm-insert-at-column, lm-report-bug): Minor doc fixes.
|