summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (function*, case, ecase, typecase, etypecase, progv, lexical-let, lexical-let*,Juanma Barranquero2005-05-222-17/+33
| | | | | multiple-value-bind, multiple-value-setq, shiftf): Improve argument/docstring consistency.
* (coerce, map, maplist, cl-mapc, mapl, mapcan, mapcon, some, every, notany,Juanma Barranquero2005-05-221-28/+42
| | | | | notevery, signum, isqrt, concatenate, list-length, get*, getf, cl-remprop): Improve argument/docstring consistency.
* (pushnew, cl-macroexpand, floatp-safe, plusp, minusp, oddp, evenp, mapcar*,Juanma Barranquero2005-05-221-19/+25
| | | | list*, copy-list, adjoin, subst): Improve argument/docstring consistency.
* (describe-key): Move print-help-return-message call out of conditional.Richard M. Stallman2005-05-222-2/+5
|
* *** empty log message ***Richard M. Stallman2005-05-221-0/+24
|
* (list-tags): Use with-no-warnings.Richard M. Stallman2005-05-221-1/+2
|
* (smtpmail-open-stream): Use with-no-warnings.Richard M. Stallman2005-05-221-2/+5
| | | | | (smtpmail-send-queued-mail): Avoid beginning-of-buffer. (starttls-extra-args, starttls-extra-arguments): Add defvars.
* (mail-get-names): Avoid beginning-of-buffer.Richard M. Stallman2005-05-221-1/+1
|
* (viet-viscii-nonascii-translation-table): Add defvar.Richard M. Stallman2005-05-221-0/+2
|
* (viper-ex-work-buf, viper-ex-print-buf): Use defvar, not defconst.Richard M. Stallman2005-05-221-2/+2
|
* (hexl-follow-line): Use with-no-warnings.Richard M. Stallman2005-05-221-4/+5
|
* (dired-font-lock-keywords): Fontify files with junk extensionsRichard M. Stallman2005-05-221-1/+18
| | | | even if marked by -F.
* Use write-file-functions instead of write-file-hooks.Richard M. Stallman2005-05-221-3/+3
|
* (gdb-info-locals-handler): Make regexpsNick Roberts2005-05-221-11/+12
| | | | | more general and work when GDB variable "print pretty" is on, as with Emacs, for example.
* *** empty log message ***Nick Roberts2005-05-221-0/+6
|
* #André Spiegel2005-05-221-0/+4
|
* (vc-trunk-p): Add autoload cookie. The function is used in vc-rcs.elAndré Spiegel2005-05-221-2/+4
| | | | when vc-mistrust-permissions is t, which is not the default.
* (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.Juanma Barranquero2005-05-222-0/+11
|
* #André Spiegel2005-05-221-0/+5
|
* (vc-cvs-checkout-model): Handle the case where FILE doesn't exist.André Spiegel2005-05-221-9/+12
|
* Remove make-obsolete-variable forNick Roberts2005-05-221-21/+0
| | | | | | | | already deleted variables: auto-fill-hook, blink-paren-hook, lisp-indent-hook, inhibit-local-variables, unread-command-event suspend-hooks, comment-indent-hook, meta-flag, before-change-function, after-change-function, font-lock-doc-string-face.
* *** empty log message ***Nick Roberts2005-05-221-0/+9
|
* (define-derived-mode): Doc fix.Luc Teirlinck2005-05-211-0/+1
|
* *** empty log message ***Luc Teirlinck2005-05-211-0/+4
|
* *** empty log message ***Eli Zaretskii2005-05-211-0/+5
|
* (rmail-reply): Filter the list in reply-to through rmail-dont-reply-to.Eli Zaretskii2005-05-211-1/+5
|
* *** empty log message ***Eli Zaretskii2005-05-211-0/+5
|
* (mail-send): Use [[:space:]] instead of a literal blankEli Zaretskii2005-05-211-1/+2
| | | | when splitting new-header-values.
* (table-disable-menu): Add separator as a string so that tmm doesn't createEli Zaretskii2005-05-212-1/+8
| | | | a completion entry for it.
* (cal-menu-update): Add separator as a string so that tmm doesn't createEli Zaretskii2005-05-211-1/+1
| | | | a completion entry for it.
* (idlwave-doc-header): Use insert-file-contents.Richard M. Stallman2005-05-212-1/+12
|
* (flymake-makehash): Use with-no-warnings.Richard M. Stallman2005-05-211-1/+2
|
* (remote-compile): Use compilation-start.Richard M. Stallman2005-05-211-1/+1
|
* (tmm-shortcut): Avoid using beginning-of-buffer.Richard M. Stallman2005-05-211-1/+1
|
* (makefile-imenu-generic-expression): Use function to find dependencies, ↵Daniel Pfeiffer2005-05-212-7/+27
| | | | | | | | because regexp alone is so complex, it easily goes into an endless loop. (makefile-makepp-mode): Also add submenu for Perl functions defined in the makefile. (makefile-bsdmake-mode): Special imenu-generic-expression no longer needed, due to function call. (makefile-match-dependency): Take BOUND into account when checking if we're through.
* (imenu-generic-expression, imenu--generic-function'): REGEXP may also be a ↵Daniel Pfeiffer2005-05-211-39/+30
| | | | search function now. The part of doc-string for describing the structure was 95% identical to that of `imenu--generic-function'. Unify it there.
* (auto-mode-alist): Check GNUmakefile before makefile. Default to ↵Daniel Pfeiffer2005-05-211-3/+6
| | | | makefile-bsdmake-mode on BSD systems.
* (calc-invalidate-units-table): Use inhibit-read-only.Jay Belanger2005-05-202-60/+66
| | | | (math-build-units-table-buffer): Use view-mode.
* Fix remaining braino breackage.Juanma Barranquero2005-05-201-28/+24
|
* Fix braino.Juanma Barranquero2005-05-201-0/+17
|
* (easy-menu-add): Correct docstring sinceDavid Kastrup2005-05-202-5/+14
| | | | easy-menu-add is not a nop on Emacs; and clarify when to call it.
* (reduce, fill, replace, remove*, remove-if, remove-if-not, delete*, delete-if,Juanma Barranquero2005-05-202-118/+177
| | | | | | | | | | | | delete-if-not, remove-duplicates, delete-duplicates, substitute, substitute-if, substitute-if-not, nsubstitute, nsubstitute-if, nsubstitute-if-not, find, find-if, find-if-not, position, position-if, position-if-not, count, count-if, count-if-not, mismatch, search, sort*, stable-sort, merge, member*, member-if, member-if-not, assoc*, assoc-if, assoc-if-not, rassoc*, rassoc-if, rassoc-if-not, union, nunion, intersection, nintersection, set-difference, nset-difference, set-exclusive-or, nset-exclusive-or, subsetp, subst-if, subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis, nsublis, tree-equal): Improve argument/docstring consistency.
* *** empty log message ***Lute Kamstra2005-05-201-0/+8
|
* (diff-header-face, diff-file-header-face)Lute Kamstra2005-05-201-10/+20
| | | | | | | (diff-index-face, diff-hunk-header-face, diff-removed-face) (diff-added-face, diff-changed-face, diff-function-face) (diff-context-face, diff-nonexistent-face): Put them in the diff-mode customization group.
* (vhdl-font-lock-match-item): Simplify regexp.Stefan Monnier2005-05-202-33/+37
|
* (sh-mode, sh-get-word): Minor regexp fixes.Stefan Monnier2005-05-201-2/+2
|
* (lisp-font-lock-keywords-2): Don't error. Minor regexp-optimization.Stefan Monnier2005-05-201-6/+9
|
* *** empty log message ***Carsten Dominik2005-05-201-0/+19
|
* (org-agenda-toggle-time-grid): New command.Carsten Dominik2005-05-201-147/+392
| | | | | | | | | | | | | | | | | | (org-agenda-use-time-grid, org-agenda-time-grid): New options. (org-agenda-add-time-grid-maybe): New function. (org-agenda): Call `org-agenda-add-time-grid-maybe'. (org-table-create): `dotimes' instead of `mapcar'. (org-xor): Simplified implementation. (org-agenda): `inhibit-redisplay' turned on. (org-agenda-change-all-lines): Use `org-format-agenda-item' to get a consistent line after a state change. (org-agenda-remove-times-when-in-prefix): New option. (org-prefix-has-time): New variable. (org-parse-time-string): Optional argument NODEFAULT. (org-format-agenda-item): Parse items for time-of-day specifications and move these into the prefix if possible. (org-agenda-priority): Get current heading, not previous heading during agenda remote editing.
* (send-string, send-region): Remove obsolescence declaration.Juanma Barranquero2005-05-192-8/+16
| | | | | (window-dot, set-window-dot, read-input, show-buffer, eval-current-buffer, string-to-int): Add release number to obsolescence declarations.