summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | * emulation/edt-mapper.el (function-key-map):Dan Nicolaescu2007-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (edt-map-key): Make it a function instead of using fset. Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs. (edt-gnu-map-key, edt-lucid-map-key): Remove. (edt-x-emacs-p): Remove. (edt-emacs-variant, edt-window-system, edt-xserver): Use featurep 'xemacs. * net/eudc.el: Use (featurep 'xemacs) instead of the string test. Replace eudc-xemacs-p with its definition. (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p) (eudc-emacs-mule-p): Remove. (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and eudc-xemacs-p with feature tests. * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap) (eudc-bob-url-keymap, eudc-bob-sound-keymap) (eudc-bob-generic-keymap, eudc-bob-popup-menu) (eudc-bob-toggle-inline-display): * net/eudc-hotlist.el (eudc-hotlist-emacs-menu): Replace eudc-emacs-p and eudc-xemacs-p with feature tests. * net/eudcb-ph.el (eudc-ph-open-session): Replace eudc-xemacs-mule-p with its former definition. * progmodes/octave-mod.el (octave-xemacs-p): Remove. (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs). * progmodes/vera-mode.el (vera-xemacs): Remove. (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs). * progmodes/vhdl-mode.el (vhdl-xemacs): Remove. (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init) (vhdl-speedbar-initialize, vhdl-ps-print-init) (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages) (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs with (featurep 'xemacs). * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx) (save-buffer-state-x): * obsolete/fast-lock.el (fast-lock-verbose): * emulation/viper-init.el (viper-xemacs-p) (viper-cond-compile-for-xemacs-or-emacs): * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map): * ps-print.el (case-fold-search): * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): * calculator.el (calculator-help): Use featurep 'xemacs.
* | | Merge from emacs--devo--0Miles Bader2007-10-201-30/+32
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 899-900) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 129-130) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 259-260) - Merge from emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-272
| * | (easy-mmode-define-navigation):Stefan Monnier2007-10-201-30/+32
| | | | | | | | | | | | Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
* | | Merge from emacs--devo--0Miles Bader2007-10-192-8/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 890-898) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 122-128) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 257-258) - Merge from emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-270
| * | Don't require loadhist.Juanma Barranquero2007-10-171-2/+0
| | |
| * | (ad-get-advice-info): Change to a function.Richard M. Stallman2007-10-161-6/+9
| | | | | | | | | | | | | | | | | | (ad-get-advice-info-macro): New macro, like old ad-get-advice-info. (ad-is-advised, ad-get-advice-info-field) (ad-set-advice-info-field): Use ad-get-advice-info-macro.
* | | Merge from emacs--devo--0Miles Bader2007-10-154-69/+83
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 887-889) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 116-121) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-268
| * | Merge from emacs--rel--22Miles Bader2007-10-152-38/+7
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 116-121) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-889
| | * (debugger-setup-buffer): Disable undo in *Backtrace*.Richard M. Stallman2007-10-101-0/+1
| | |
| * | (ring-convert-sequence-to-ring)Richard M. Stallman2007-10-141-0/+72
| | | | | | | | | | | | | | | (ring-insert+extend, ring-remove+insert+extend, ring-member) (ring-next, ring-previous): New functions.
| * | (documentation): Advice deleted. Doc for advised functionsRichard M. Stallman2007-10-141-31/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is now handled at C level. (ad-stop-advice, ad-start-advice): Don't enable or disable advice for `documentation'. (ad-advised-definition-docstring-regexp): Var deleted. (ad-make-advised-definition-docstring): Store orig name as text property of string. (ad-advised-definition-p): Check for text property of docstring.
* | | Merge from emacs--devo--0Miles Bader2007-10-131-11/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 880-885) - Remove RCS keywords from doc/misc/cc-mode.texi - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-264
| * | (top level): Use mapc rather than mapcar.Glenn Morris2007-10-121-11/+11
| | |
* | | Fix up multi-tty mergeMiles Bader2007-10-121-1/+1
| | | | | | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-261 Creator: Stefan Monnier <monnier@iro.umontreal.ca>
* | | Merge from emacs--devo--0Miles Bader2007-10-1119-438/+405
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
| * | Merge from emacs--rel--22Miles Bader2007-10-092-29/+39
| |\| | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
| | * (edebug-install-custom-print-funcs)Richard M. Stallman2007-10-091-38/+6
| | | | | | | | | | | | | | | | | | | | | | | | (edebug-install-custom-print, edebug-reset-print-funcs) (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs): Functions deleted. (edebug-prin1, edebug-print, edebug-prin1-to-string) (edebug-format, edebug-message): Define directly as aliases.
| | * (eldoc-message-commands-table-size, eldoc-message-commands,Juanma Barranquero2007-09-271-3/+3
| | | | | | | | | | | | eldoc-current-idle-delay): Fix typos in docstrings.
| | * (define-minor-mode): Fix staging brain damage.Stefan Monnier2007-09-211-25/+27
| | |
| | * (lisp-indent-offset): Make defcustom. Add `safe-local-variable' property.Richard M. Stallman2007-09-021-4/+12
| | | | | | | | | | | | (lisp-body-indent): Likewise.
| | * (byte-recompile-directory): Fix bug:Thien-Thi Nguyen2007-09-011-1/+1
| | | | | | | | | | | | Don't expand top-level file name more than once.
| * | (copyright-update): Don't update if the fileStefan Monnier2007-10-031-3/+6
| | | | | | | | | | | | already uses a more recent copyright version than the "current" one.
| * | lisp/emacs-lisp/authors.el: revert accidentally committed private change.David Kastrup2007-09-301-8/+8
| | |
| * | lisp/emacs-lisp/authors.el (authors): make non-specific to Emacs.David Kastrup2007-09-301-3/+3
| | |
| * | (eldoc-function-argstring-format): Deal with the case that specialJuanma Barranquero2007-09-261-1/+2
| | | | | | | | | | | | | | | &keywords are at the beginning or end of the argument list. Also add some (incomplete) support for non-standard arglists.
| * | (eldoc-message-commands-table-size, eldoc-message-commands,Juanma Barranquero2007-09-261-4/+4
| | | | | | | | | | | | | | | eldoc-current-idle-delay, eldoc-function-argstring-format): Fix typos in docstrings.
| * | (sregex--char-aux): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (regi-interpret): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (reb-delete-overlays): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (generic-mode-internal): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (elp-results): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (elint-current-buffer, elint-check-defun-form, elint-check-let-form,Juanma Barranquero2007-09-261-38/+38
| | | | | | | | | | | | | | | elint-check-condition-case-form, elint-initialize): Use `mapc' rather than `mapcar'.
| * | (byte-compile-resolve-functions): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (easy-mmode-define-syntax): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (disassemble-1): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (custom-print-install, custom-print-uninstall): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-26/+26
| | |
| * | (authors): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-2/+2
| | |
| * | (checkdoc-force-docstrings-flag)Dan Nicolaescu2007-09-221-2/+2
| | | | | | | | | | | | | | | (checkdoc-permit-comma-termination-flag): Autoload the safe-local-variable setting.
| * | (byte-compile-warning-types): Add mapcar and make-local.Glenn Morris2007-09-211-1/+2
| | |
| * | (byte-compile-warnings)Glenn Morris2007-09-211-16/+20
| | | | | | | | | | | | | | | | | | (byte-compile-warnings-safe-p): Add `mapcar'. (byte-compile-normal-call): Add option to suppress mapcar warning. (top-level): Use mapc rather than mapcar in eval-when-compile.
| * | Markus Triska <markus.triska at gmx.at>Glenn Morris2007-09-211-0/+4
| | | | | | | | | | | | (byte-compile-normal-call): Warn when `mapcar' is called for effect.
| * | (lisp-mode-shared-map): Use the default TAB binding to obey tab-always-indent.Stefan Monnier2007-09-191-1/+0
| | |
| * | (copyright-names-regexp): Doc fix: typo.Thien-Thi Nguyen2007-09-121-1/+1
| | |
| * | (byte-compile-log-file): Check major-mode via derived-mode-p.Stefan Monnier2007-09-071-2/+1
| | |
| * | (checkdoc-minor-mode-string): New.Glenn Morris2007-09-061-1/+7
| | | | | | | | | | | | | | | (checkdoc-minor-mode): Allow user to specify lighter via checkdoc-minor-mode-string.
| * | (rx): Fix typo in docstring.Michaël Cadilhac2007-09-051-1/+1
| | |
| * | Johan Bockg� <bojohan at dd.chalmers.se>Glenn Morris2007-09-051-1/+3
| | | | | | | | | | | | (ad-make-advised-docstring): Highlight note in doc string.
| * | (byte-recompile-directory): Fix bug:Thien-Thi Nguyen2007-09-011-3/+3
| | | | | | | | | | | | Don't expand top-level file name more than once.
| * | Use defstruct rather than macros.Stefan Monnier2007-08-311-294/+232
| | | | | | | | | | | | Change naming to use "avl-tree--" for internal functions.
* | | Merge from emacs--devo--0Miles Bader2007-08-297-196/+744
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 857-865) - Update from CVS - Merge from emacs--rel--22 - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file. - Remove RCS keywords * emacs--rel--22 (patch 97-100) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 246-247) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-252