summaryrefslogtreecommitdiff
path: root/lisp/find-lisp.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
| | | | Run admin/update-copyright.
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
| | | | | | | | | | | | | Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
* * lisp/find-lisp.el: Enable lexical bindingTino Calancha2017-07-301-1/+1
|
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| | | | Run admin/update-copyright.
* find-lisp doc touchupsLars Ingebrigtsen2016-05-011-6/+10
| | | | | | | | * lisp/find-lisp.el (find-lisp-format): Copy over the doc string (bug#15047). (find-lisp-find-files): Clarify doc. (cherry picked from commit e4c7657b0d1a31d64ca24bc64b5480cd7687e332)
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* lisp/find-lisp.el: Fix typos in docstrings.Juanma Barranquero2013-08-061-2/+2
|
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-8/+7
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-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
| |
* | (find-lisp-insert-directory): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-251-1/+1
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (find-lisp-default-directory-predicate):Thien-Thi Nguyen2007-02-281-1/+1
| | | | Fix bug: Do symlink check on expanded filename.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Remove Time-Stamp annoyance.Glenn Morris2006-12-051-1/+0
|
* Update copyright years.Glenn Morris2006-12-051-2/+2
|
* * files.el (safe-local-variable-values): New option.Chong Yidong2006-02-141-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (hack-local-variables-prop-line): Return a list of variable-value pairs if MODE-ONLY is non-nil. (hack-local-variables): Construct list of variable-value pairs, and apply or reject them in one go. Ask for confirmation if variables are not known safe. (hack-local-variables-confirm): Complete rewrite. Support `safe-local-variable-values'. (enable-local-variables): Update docstring to reflect new behavior. (ignored-local-variables): Ignore ignored-local-variables and safe-local-variable-values. (safe-local-variable-p): New function. (risky-local-variable-p): `safe-local-variable' property check moved to safe-local-variable-p. (hack-one-local-variable): Checks moved to hack-local-variables. (byte-compile-dynamic, c-basic-offset, c-file-style, c-indent-level, comment-column, fill-column, fill-prefix, indent-tabs-mode, kept-new-versions, no-byte-compile, no-update-autoloads, outline-regexp, page-delimiter, paragraph-start, paragraph-separate, sentence-end, sentence-end-double-space tab-width, version-control): Add `safe-local-variable' property. * find-lisp.el: Delete nonexistent `autocompile' file variable. * icomplete.el, play/landmark.el: Change nonexistent `outline-layout' file variable to `allout-layout'.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+2
|
* (find-lisp-find-dired-insert-file): Pass 'string arg to `file-attributes'.Luc Teirlinck2005-11-121-10/+8
| | | | (find-lisp-format): The UID and GID can now be strings.
* Require dired.Luc Teirlinck2005-11-091-3/+4
| | | | (find-lisp-find-dired-internal): Do not call `abbreviate-file-name' on DIR.
* (dired-buffers, dired-subdir-alist): Add defvars.Juanma Barranquero2005-08-311-0/+3
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Fixes to follow coding conventions.Pavel Janík2001-07-161-5/+5
|
* (find-lisp-find-dired-filter)Eli Zaretskii2001-04-251-0/+3
| | | | | (find-lisp-find-dired-subdirectories, find-lisp-find-dired): Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
* (find-lisp-find-files-internal):Stefan Monnier2000-11-211-28/+21
| | | | Use dolist, when and file-name-as-directory.
* * find-lisp.el (find-lisp-find-files-internal):Peter Breton2000-10-041-27/+29
| | | | Make sure directory name ends with "/".
* *** empty log message ***Gerd Moellmann2000-06-161-0/+365