summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
Commit message (Collapse)AuthorAgeFilesLines
* * textmodes/tex-mode.el (tex-alt-dvi-print-command)Dan Nicolaescu2009-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (tex-dvi-print-command, tex-bibtex-command, tex-start-commands) (tex-start-options, slitex-run-command, latex-run-command) (tex-run-command, tex-directory): * textmodes/ispell.el (ispell-html-skip-alists) (ispell-tex-skip-alists, ispell-tex-skip-alists): * textmodes/fill.el (adaptive-fill-first-line-regexp): (adaptive-fill-regexp): * textmodes/dns-mode.el (auto-mode-alist): * progmodes/python.el (interpreter-mode-alist): * progmodes/etags.el (tags-compression-info-list): * progmodes/etags.el (tags-file-name): * net/browse-url.el (browse-url-galeon-program) (browse-url-firefox-program): * mail/sendmail.el (mail-signature-file) (mail-citation-prefix-regexp): * international/mule-conf.el (eight-bit): * international/latexenc.el (latex-inputenc-coding-alist): * international/fontset.el (x-pixel-size-width-font-regexp): * emacs-lisp/warnings.el (warning-type-format): * emacs-lisp/trace.el (trace-buffer): * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map) (emacs-lisp-mode-map): * calendar/holidays.el (holiday-solar-holidays) (holiday-bahai-holidays, holiday-islamic-holidays) (holiday-christian-holidays, holiday-hebrew-holidays) (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2) (hebrew-holidays-1, holiday-oriental-holidays) (holiday-general-holidays): * x-dnd.el (x-dnd-known-types): * tool-bar.el (tool-bar): * startup.el (site-run-file): * shell.el (shell-dumb-shell-regexp): * rfn-eshadow.el (file-name-shadow-tty-properties) (file-name-shadow-properties): * paths.el (remote-shell-program, news-directory): * mouse.el ([C-down-mouse-3]): * menu-bar.el (menu-bar-tools-menu): * jka-cmpr-hook.el (jka-compr-load-suffixes) (jka-compr-mode-alist-additions, jka-compr-compression-info-list) (jka-compr-compression-info-list): * isearch.el (search-whitespace-regexp): * image-file.el (image-file-name-extensions): * find-dired.el (find-ls-option): * files.el (directory-listing-before-filename-regexp) (directory-free-space-args, insert-directory-program) (list-directory-brief-switches, magic-fallback-mode-alist) (magic-fallback-mode-alist, auto-mode-interpreter-regexp) (automount-dir-prefix): * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head) (x-font-regexp-slant, x-font-regexp-weight, face-x-resources) (face-font-registry-alternatives, face-font-registry-alternatives) (face-font-family-alternatives): * facemenu.el (facemenu-add-new-face, facemenu-background-menu) (facemenu-foreground-menu, facemenu-face-menu): * epa-hook.el (epa-file-name-regexp): * dnd.el (dnd-protocol-alist): * textmodes/rst.el (auto-mode-alist): * button.el (default-button): Purecopy strings.
* (define-obsolete-variable-alias): Use dolist,Stefan Monnier2009-11-031-4/+4
| | | | and only put a prop if it is non-nil.
* * textmodes/tex-mode.el (tex-dvi-view-command)Dan Nicolaescu2009-10-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (tex-show-queue-command, tex-open-quote): * progmodes/ruby-mode.el (auto-mode-alist) (interpreter-mode-alist): Purecopy strings. * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names. * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc string for the hook, keymap and abbrev table. * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name. * x-dnd.el (x-dnd-xdnd-to-action): * startup.el (fancy-startup-text, fancy-about-text): Change to defconst from defvar. * ps-print.el (ps-page-dimensions-database): Purecopy initial value. * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist): Purecopy initialization strings. * mail/sendmail.el (mail-header-separator) (mail-personal-alias-file): * mail/rmail.el (rmail-default-dont-reply-to-names) (rmail-ignored-headers, rmail-retry-ignored-headers) (rmail-highlighted-headers, rmail-secondary-file-directory) (rmail-secondary-file-regexp): * files.el (null-device, file-name-invalid-regexp) (locate-dominating-stop-dir-regexp) (inhibit-first-line-modes-regexps): Purecopy initialization strings. (interpreter-mode-alist): Use mapcar instead of mapc. * buff-menu.el (Buffer-menu-mode-map): Purecopy name. * bindings.el (mode-line-major-mode-keymap): Purecopy name. (completion-ignored-extensions): (debug-ignored-errors): Purecopy strings.
* * keymap.c (Fmake_sparse_keymap): Purecopy the name.Dan Nicolaescu2009-10-241-2/+6
| | | | | | | | | | | | | | | | | | | * eval.c (Fautoload): Purecopy the filename. Simplify. * category.c (Fdefine_category): Purecopy docstring. * international/mule-cmds.el (set-language-info-alist): Purecopy lang-env. (leim-list-header, leim-list-entry-regexp): Change defvars to defconst. (charset): Purecopy the name. (define-char-code-property): Purecopy string arguments. * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable): Purecopy string arguments. * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): * ediff-hook.el (menu-bar-ediff-menu): * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips. * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
* (define-obsolete-variable-alias): Doc fix.Glenn Morris2009-10-161-15/+19
| | | | Maybe copy some custom properties from old to new name. (Bug#4706)
* (define-obsolete-face-alias): Doc fix.Glenn Morris2009-10-061-2/+2
|
* * emacs-lisp/byte-run.el (advertised-signature-table): New var.Stefan Monnier2009-10-011-2/+24
| | | | | | | | | | | (set-advertised-calling-convention): New function. (make-obsolete, define-obsolete-function-alias) (make-obsolete-variable, define-obsolete-variable-alias): Make the optional-ness of `when' obsolete. (define-obsolete-face-alias): Make `when' non-optional. * help-fns.el (help-function-arglist): * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Use advertised-signature-table.
* (define-obsolete-face-alias): New macro.Glenn Morris2009-08-311-2/+17
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (macro-declaration-function): Disallow declare specs with lengths of 3Chong Yidong2008-11-301-8/+13
| | | | or more.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (define-obsolete-variable-alias): Doc fix.Glenn Morris2008-04-121-0/+9
|
* (make-obsolete): Doc fix.Glenn Morris2008-02-281-1/+2
|
* Merge from emacs--rel--22Miles Bader2008-02-241-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
| * *** empty log message ***Juanma Barranquero2008-02-051-1/+1
| |
* | Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
| * Dan Nicolaescu <dann at ics.uci.edu>Glenn Morris2007-12-011-2/+3
| | | | | | | | (declare-function): Change to a macro.
| * (declare-function): Define as a no-op, for compatibility with Emacs 23.Glenn Morris2007-11-201-0/+5
| |
* | (declare-function): Macro deleted.Richard M. Stallman2007-12-031-37/+0
| |
* | (declare-function): Add optional fourth argument and document it.Glenn Morris2007-11-301-1/+10
| |
* | (declare-function): Doc fix.Glenn Morris2007-11-291-1/+3
| |
* | (declare-function): Doc fix.Glenn Morris2007-11-241-1/+3
| |
* | (declare-function): Doc fix.Glenn Morris2007-11-221-4/+5
| |
* | (declare-function): Doc fix.Glenn Morris2007-11-221-4/+8
| |
* | (declare-function): Return nil.Jason Rumney2007-11-211-1/+1
| |
* | (declare-function): New macro.Glenn Morris2007-11-171-0/+19
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-071-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* (define-obsolete-function-alias, define-obsolete-variable-alias):Stefan Monnier2005-10-241-12/+14
| | | | Add `doc-string' declaration.
* (macro-declaration-function): Add a `doc-string' declaration.Stefan Monnier2005-10-241-0/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (make-obsolete, define-obsolete-function-alias): Rename arguments FUNCTION andJuanma Barranquero2005-06-141-23/+23
| | | | | | NEW to OBSOLETE-NAME and CURRENT-NAME respectively. (make-obsolete-variable, define-obsolete-variable-alias): Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
* (eval-when-compile): Doc fix.Richard M. Stallman2005-05-191-2/+3
|
* (define-obsolete-function-alias, define-obsolete-variable-alias): Doc Fixes.Luc Teirlinck2005-05-051-12/+21
|
* (define-obsolete-function-alias): Fix typo in docstring.Juanma Barranquero2005-05-051-1/+1
|
* (define-obsolete-function-alias): New macro.Nick Roberts2005-04-261-0/+12
|
* (define-obsolete-variable-alias): New macro.Nick Roberts2005-04-221-0/+12
|
* (macro-declaration-function): Move from subr.el.Lute Kamstra2005-03-141-7/+28
| | | | | (dont-compile, eval-when-compile, eval-and-compile): Use declare to specify indentation.
* Replace lisp-indent-hook with lisp-indent-function throughout.Lute Kamstra2005-03-121-6/+7
| | | | (with-no-warnings): Set lisp-indent-function property.
* (make-obsolete, make-obsolete-variable): Make argument names match their use inJuanma Barranquero2004-05-071-9/+9
| | | | docstring.
* (with-no-warnings): Simplify: take all args as &rest arg.Richard M. Stallman2004-04-211-3/+2
|
* (defsubst): Add edebug spec and use backquote.Stefan Monnier2004-03-221-6/+9
| | | | (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
* (make-obsolete-variable): Fix docstring.Juanma Barranquero2004-03-181-3/+3
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Moved from lisp/.Juanma Barranquero2003-05-301-0/+172