| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Don't mess up the whitespace after the years by filling.
|
| |
|
| |
|
|
|
|
|
| |
(byte-compile-form): Call byte-compile-nogroup-warn.
(byte-compile-warning-types): Doc fix.
|
| |
|
| |
|
|
|
|
| |
variable. Delete the last argument.
|
| |
|
|
|
|
| |
so that defmacro* would recognize `declare' forms.
|
|
|
|
|
|
|
| |
more about the LIGHTER arg's usage in the doc string. Add
commentary to clarify what the code does. Fix the regexp that
strips whitespace from LIGHTER. Quote LIGHTER before using it,
since it could have characters special to regular expressions.
|
| |
|
| |
|
|
|
|
| |
bytecode symbols.
|
|
|
|
| |
(define-generic-mode): Improve docstring.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(eldoc-documentation-function):
Renamed from eldoc-print-current-symbol-info-function. Calls changed.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(insert-parentheses): Doc fixes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
high number of colors displays.
* textmodes/table.el (table-cell-face): Add special case for
displays supporting a high number of colors.
* progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
(vhdl-font-lock-reserved-words-face)
(vhdl-speedbar-architecture-face)
(vhdl-speedbar-instantiation-face)
(vhdl-speedbar-architecture-selected-face)
(vhdl-speedbar-instantiation-selected-face): Likewise.
* progmodes/sh-script.el (sh-heredoc-face): Likewise.
* progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
* progmodes/ebrowse.el (ebrowse-tree-mark-face)
(ebrowse-root-class-face, ebrowse-member-attribute-face)
(ebrowse-progress-face): Likewise.
* progmodes/compile.el (compilation-info-face): Likewise.
* progmodes/cc-fonts.el (c-invalid-face): Likewise.
* emacs-lisp/re-builder.el (reb-match-3): Likewise.
* calendar/calendar.el (diary-face): Likewise.
* woman.el (woman-italic-face, woman-bold-face)
(woman-unknown-face): Likewise.
* wid-edit.el (widget-button-pressed-face): Likewise.
* whitespace.el (whitespace-highlight-face): Likewise.
* smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
* pcvs-info.el (cvs-marked-face): Likewise.
* info.el (info-xref): Likewise.
* ido.el (ido-subdir-face, ido-indicator-face): Likewise.
* hilit-chg.el (highlight-changes-face)
(highlight-changes-delete-face): Likewise.
* hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
(hi-red-b): Likewise.
* generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
* font-lock.el (font-lock-keyword-face)
(font-lock-function-name-face, font-lock-warning-face): Likewise.
* cus-edit.el (custom-invalid-face, custom-modified-face)
(custom-set-face, custom-changed-face, custom-variable-tag-face)
(custom-group-tag-face-1, custom-group-tag-face): Likewise.
* comint.el (comint-highlight-prompt): Likewise.
|
|
|
|
|
|
|
| |
(authors-ignored-files): New list.
(authors-fixed-entries): Fix typo.
(authors-renamed-files-alist): Update list.
(authors-add): Check authors-ignored-files.
|
|
|
|
| |
by Jay Bingham <jay.bingham@hp.com>.
|
|
|
|
| |
(define-minor-mode): Ditto. Document default :group value.
|
| |
|
| |
|
|
|
|
| |
(easy-mmode-define-global-mode): Alias for define-global-minor-mode.
|
|
|
|
| |
custom-current-group at load-time.
|
|
|
|
|
|
| |
(debug-convert-byte-code): Handle macros too.
(debug-on-entry-1): Don't signal an error when trying to clear a
function that is not set to debug on entry.
|
|
|
|
| |
Inspired by Deepak Goel <deego@gnufans.org>.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
of a line.
|
|
|
|
|
| |
(dont-compile, eval-when-compile, eval-and-compile): Use declare to
specify indentation.
|
|
|
|
|
|
| |
that backtrace marks the frames set to debug-on-exit and we don't have
to do it manually. Set an extra debug-on-exit for macro's.
(debugger-setup-buffer): Don't mark the top frame manually.
|
|
|
|
| |
(with-no-warnings): Set lisp-indent-function property.
|
|
|
|
|
|
|
|
|
|
| |
(implement-debug-on-entry): New function to replace debug-entry-code.
(debug-on-entry-1): Use implement-debug-on-entry. Delete the second
argument as the 2005-03-07 change makes it obsolete.
(debug-on-entry, cancel-debug-on-entry): Update call to
debug-on-entry-1.
(debug, debugger-setup-buffer): Comment update.
(debugger-frame-number): Update to work with implement-debug-on-entry.
|
|
|
|
|
|
|
|
|
| |
Tweak obsolete function/variable warning message
2005-03-09 Miles Bader <miles@gnu.org>
* lisp/emacs-lisp/bytecomp.el (byte-compile-variable-ref)
(byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
|
|
|
|
|
| |
code is not possible.
(debugger-jumping-flag): Docstring update.
|
| |
|
|
|
|
| |
(debug-function-list): Ditto.
|