mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-08 15:30:40 -08:00
Merge from mainline.
This commit is contained in:
commit
a3e44e7937
1875 changed files with 1750 additions and 3570 deletions
1
lisp/emacs-lisp/.gitignore
vendored
1
lisp/emacs-lisp/.gitignore
vendored
|
|
@ -1,3 +1,2 @@
|
|||
!*-loaddefs.el
|
||||
|
||||
# arch-tag: d0a60bce-b886-4817-b4c3-9a81ba0308bc
|
||||
|
|
|
|||
|
|
@ -3966,5 +3966,4 @@ Use only in REAL emergencies."
|
|||
|
||||
(provide 'advice)
|
||||
|
||||
;; arch-tag: 29f8c9a1-8c88-471f-95d7-e28541c6b7c0
|
||||
;;; advice.el ends here
|
||||
|
|
|
|||
|
|
@ -138,5 +138,4 @@ extra values are ignored. Returns the created alist."
|
|||
|
||||
(provide 'assoc)
|
||||
|
||||
;; arch-tag: 3e58bd89-d912-4b74-a0dc-6ed9735922bc
|
||||
;;; assoc.el ends here
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;; autoload.el --- maintain autoloads in loaddefs.el
|
||||
|
||||
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2001, 2002,
|
||||
;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2001, 2002, 2003,
|
||||
;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||
;; Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Roland McGrath <roland@gnu.org>
|
||||
|
|
|
|||
|
|
@ -466,5 +466,4 @@ If there is no such element in the tree, the value is nil."
|
|||
|
||||
(provide 'avl-tree)
|
||||
|
||||
;; arch-tag: 47e26701-43c9-4222-bd79-739eac6357a9
|
||||
;;; avl-tree.el ends here
|
||||
|
|
|
|||
|
|
@ -241,5 +241,4 @@ LEVEL is only used internally and indicates the nesting level:
|
|||
tail))
|
||||
(t (cons 'list heads)))))
|
||||
|
||||
;; arch-tag: 1a26206a-6b5e-4c56-8e24-2eef0f7e0e7a
|
||||
;;; backquote.el ends here
|
||||
|
|
|
|||
|
|
@ -116,5 +116,4 @@ For non-interactive use see also `benchmark-run' and
|
|||
|
||||
(provide 'benchmark)
|
||||
|
||||
;; arch-tag: be570e24-4b51-4784-adf3-fa2b56c31946
|
||||
;;; benchmark.el ends here
|
||||
|
|
|
|||
|
|
@ -649,5 +649,4 @@ The port (if any) is omitted. IP can be a string, as well."
|
|||
|
||||
(provide 'bindat)
|
||||
|
||||
;; arch-tag: 5e6708c3-03e2-4ad7-9885-5041b779c3fb
|
||||
;;; bindat.el ends here
|
||||
|
|
|
|||
|
|
@ -292,5 +292,4 @@ In interpreted code, this is entirely equivalent to `progn'."
|
|||
;; (file-format emacs19))"
|
||||
;; nil)
|
||||
|
||||
;; arch-tag: 76f8328a-1f66-4df2-9b6d-5c3666dc05e9
|
||||
;;; byte-run.el ends here
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
;;; bytecomp.el --- compilation of Lisp code into byte code
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1998, 2000, 2001, 2002,
|
||||
;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||
;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||
;; Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jamie Zawinski <jwz@lucid.com>
|
||||
;; Hallvard Furuseth <hbf@ulrik.uio.no>
|
||||
|
|
|
|||
|
|
@ -314,5 +314,4 @@ Returns non-nil if any false statements are found."
|
|||
|
||||
(provide 'check-declare)
|
||||
|
||||
;; arch-tag: a4d6cdc4-deb7-4502-b327-0e4ef3d82d96
|
||||
;;; check-declare.el ends here.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; checkdoc.el --- check documentation strings for style requirements
|
||||
|
||||
;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||
;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Version: 0.6.2
|
||||
|
|
|
|||
|
|
@ -826,5 +826,4 @@ This also does some trivial optimizations to make the form prettier."
|
|||
;; generated-autoload-file: "cl-loaddefs.el"
|
||||
;; End:
|
||||
|
||||
;; arch-tag: bcd03437-0871-43fb-a8f1-ad0e0b5427ed
|
||||
;;; cl-extra.el ends here
|
||||
|
|
|
|||
|
|
@ -691,5 +691,4 @@ For example, the function `case' has an indent property
|
|||
;(put 'defclass 'common-lisp-indent-function '((&whole 2 &rest (&whole 2 &rest 1) &rest (&whole 2 &rest 1)))
|
||||
;(put 'defgeneric 'common-lisp-indent-function 'defun)
|
||||
|
||||
;; arch-tag: 7914d50f-92ec-4476-93fc-0f043a380e03
|
||||
;;; cl-indent.el ends here
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
;;;;;; ceiling* floor* isqrt lcm gcd cl-progv-before cl-set-frame-visible-p
|
||||
;;;;;; cl-map-overlays cl-map-intervals cl-map-keymap-recursively
|
||||
;;;;;; notevery notany every some mapcon mapcan mapl maplist map
|
||||
;;;;;; cl-mapcar-many equalp coerce) "cl-extra" "cl-extra.el" "0fa13e08069009fb44873beae11aab93")
|
||||
;;;;;; cl-mapcar-many equalp coerce) "cl-extra" "cl-extra.el" "ff6f0444d029166d2ed5da298f39854e")
|
||||
;;; Generated autoloads from cl-extra.el
|
||||
|
||||
(autoload 'coerce "cl-extra" "\
|
||||
|
|
@ -754,7 +754,7 @@ surrounded by (block NAME ...).
|
|||
;;;;;; find nsubstitute-if-not nsubstitute-if nsubstitute substitute-if-not
|
||||
;;;;;; substitute-if substitute delete-duplicates remove-duplicates
|
||||
;;;;;; delete-if-not delete-if delete* remove-if-not remove-if remove*
|
||||
;;;;;; replace fill reduce) "cl-seq" "cl-seq.el" "06b7f4180b3e40db2e6dae228c3265a8")
|
||||
;;;;;; replace fill reduce) "cl-seq" "cl-seq.el" "c17ab899d56f8fa132d0471ce6896a10")
|
||||
;;; Generated autoloads from cl-seq.el
|
||||
|
||||
(autoload 'reduce "cl-seq" "\
|
||||
|
|
|
|||
|
|
@ -1018,5 +1018,4 @@ Atoms are compared by `eql'; cons cells are compared recursively.
|
|||
;; generated-autoload-file: "cl-loaddefs.el"
|
||||
;; End:
|
||||
|
||||
;; arch-tag: ec1cc072-9006-4225-b6ba-d6b07ed1710c
|
||||
;;; cl-seq.el ends here
|
||||
|
|
|
|||
|
|
@ -469,5 +469,4 @@
|
|||
(def-edebug-spec loop-d-type-spec
|
||||
(&or (loop-d-type-spec . [&or nil loop-d-type-spec]) cl-type-spec))
|
||||
|
||||
;; arch-tag: b29aa3c2-cf67-4af8-9ee1-318fea61b478
|
||||
;;; cl-specs.el ends here
|
||||
|
|
|
|||
|
|
@ -676,5 +676,4 @@ If ALIST is non-nil, the new pairs are prepended to it."
|
|||
;; byte-compile-warnings: (not cl-functions)
|
||||
;; End:
|
||||
|
||||
;; arch-tag: 5f07fa74-f153-4524-9303-21f5be125851
|
||||
;;; cl.el ends here
|
||||
|
|
|
|||
|
|
@ -311,5 +311,4 @@ Uses heuristic: year >= 50 means 19xx, < 50 means 20xx."
|
|||
;; coding: utf-8
|
||||
;; End:
|
||||
|
||||
;; arch-tag: b4991afb-b6b1-4590-bebe-e076d9d4aee8
|
||||
;;; copyright.el ends here
|
||||
|
|
|
|||
|
|
@ -321,5 +321,4 @@ INHERIT-INPUT-METHOD."
|
|||
|
||||
(provide 'crm)
|
||||
|
||||
;; arch-tag: db1911d9-86c6-4a42-b32a-4910701b15a6
|
||||
;;; crm.el ends here
|
||||
|
|
|
|||
|
|
@ -681,5 +681,4 @@ See `custom-format' for the details."
|
|||
|
||||
(provide 'cust-print)
|
||||
|
||||
;; arch-tag: 3a5a8650-622c-48c4-87d8-e01bf72ec580
|
||||
;;; cust-print.el ends here
|
||||
|
|
|
|||
|
|
@ -890,5 +890,4 @@ To specify a nil argument interactively, exit with an empty minibuffer."
|
|||
|
||||
(provide 'debug)
|
||||
|
||||
;; arch-tag: b6ec7047-f801-4103-9c63-d69322db9d3b
|
||||
;;; debug.el ends here
|
||||
|
|
|
|||
|
|
@ -457,5 +457,4 @@ Where the new table already has an entry, nothing is copied from the old one."
|
|||
|
||||
(provide 'derived)
|
||||
|
||||
;; arch-tag: 630be248-47d1-4f02-afa0-8207de0ebea0
|
||||
;;; derived.el ends here
|
||||
|
|
|
|||
|
|
@ -264,5 +264,4 @@ OBJ should be a call to BYTE-CODE generated by the byte compiler."
|
|||
|
||||
(provide 'disass)
|
||||
|
||||
;; arch-tag: 89482fe4-a087-4761-8dc6-d771054e763a
|
||||
;;; disass.el ends here
|
||||
|
|
|
|||
|
|
@ -676,5 +676,4 @@ In some cases we use that to select between the local and global maps."
|
|||
|
||||
(provide 'easymenu)
|
||||
|
||||
;; arch-tag: 2a04020d-90d2-476d-a7c6-71e072007a4a
|
||||
;;; easymenu.el ends here
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
;;; edebug.el --- a source-level debugger for Emacs Lisp
|
||||
|
||||
;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, 1999,
|
||||
;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997,
|
||||
;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||
;; 2010, 2011 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Daniel LaLiberte <liberte@holonexus.org>
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -329,5 +329,4 @@ a set type."
|
|||
|
||||
(provide 'eieio-base)
|
||||
|
||||
;; arch-tag: 6260571e-9e8a-41a0-880f-a937b0c2ea8b
|
||||
;;; eieio-base.el ends here
|
||||
|
|
|
|||
|
|
@ -461,5 +461,4 @@ Return the symbol for the group, or nil"
|
|||
|
||||
(provide 'eieio-custom)
|
||||
|
||||
;; arch-tag: bc122762-a771-48d5-891b-7835b16dd924
|
||||
;;; eieio-custom.el ends here
|
||||
|
|
|
|||
|
|
@ -145,5 +145,4 @@ PREBUTTONTEXT is some text between PREFIX and the object button."
|
|||
|
||||
(provide 'eieio-datadebug)
|
||||
|
||||
;; arch-tag: 6c7c2890-7614-41b0-816b-c61f3f6a8130
|
||||
;;; eieio-datadebug.el ends here
|
||||
|
|
|
|||
|
|
@ -693,5 +693,4 @@ INDENT is the current indentation level."
|
|||
|
||||
(provide 'eieio-opt)
|
||||
|
||||
;; arch-tag: 71eab5f5-462f-4fa1-8ed1-f5ca1bf9adb6
|
||||
;;; eieio-opt.el ends here
|
||||
|
|
|
|||
|
|
@ -422,5 +422,4 @@ to create a speedbar button."
|
|||
|
||||
(provide 'eieio-speedbar)
|
||||
|
||||
;; arch-tag: eaac1283-10b0-4419-a929-982b87e83234
|
||||
;;; eieio-speedbar.el ends here
|
||||
|
|
|
|||
|
|
@ -2956,5 +2956,4 @@ Optional argument NOESCAPE is passed to `prin1-to-string' when appropriate."
|
|||
|
||||
(provide 'eieio)
|
||||
|
||||
;; arch-tag: c1aeab9c-2938-41a3-842b-1a38bd26e9f2
|
||||
;;; eieio ends here
|
||||
|
|
|
|||
|
|
@ -540,5 +540,4 @@ The words \"&rest\", \"&optional\" are returned unchanged."
|
|||
|
||||
(provide 'eldoc)
|
||||
|
||||
;; arch-tag: c9a58f9d-2055-46c1-9b82-7248b71a8375
|
||||
;;; eldoc.el ends here
|
||||
|
|
|
|||
|
|
@ -660,5 +660,4 @@ displayed."
|
|||
|
||||
(provide 'elp)
|
||||
|
||||
;; arch-tag: c4eef311-9b3e-4bb2-8a54-3485d41b4eb1
|
||||
;;; elp.el ends here
|
||||
|
|
|
|||
|
|
@ -578,5 +578,4 @@ Return nil if the buffer has been deleted."
|
|||
;; eval: (put 'ewoc--set-buffer-bind-dll-let* 'lisp-indent-hook 2)
|
||||
;; End:
|
||||
|
||||
;; arch-tag: d78915b9-9a07-44bf-aac6-04a1fc1bd6d4
|
||||
;;; ewoc.el ends here
|
||||
|
|
|
|||
|
|
@ -563,5 +563,4 @@ Set mark before moving, if the buffer already existed."
|
|||
|
||||
(provide 'find-func)
|
||||
|
||||
;; arch-tag: 43ecd81c-74dc-4d9a-8f63-a61e55670d64
|
||||
;;; find-func.el ends here
|
||||
|
|
|
|||
|
|
@ -159,5 +159,4 @@ Also store it in `find-gc-unsafe'."
|
|||
|
||||
(provide 'find-gc)
|
||||
|
||||
;; arch-tag: 4a26a538-a008-40d9-a1ef-23bb6dbecef4
|
||||
;;; find-gc.el ends here
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; float-sup.el --- define some constants useful for floating point numbers.
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1987, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 1986, 1987, 2001, 2002, 2003, 2004, 2005, 2006,
|
||||
;; 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: internal
|
||||
|
|
|
|||
|
|
@ -316,5 +316,4 @@ regular expression that can be used as an element of
|
|||
|
||||
(provide 'generic)
|
||||
|
||||
;; arch-tag: 239c1fc4-1303-48d9-9ac0-657d655669ea
|
||||
;;; generic.el ends here
|
||||
|
|
|
|||
|
|
@ -175,5 +175,4 @@ That is a list of elements, each of the form (MAINTAINER PACKAGES...)."
|
|||
|
||||
(provide 'gulp)
|
||||
|
||||
;; arch-tag: 42750a11-460a-4efc-829f-342d075530e5
|
||||
;;; gulp.el ends here
|
||||
|
|
|
|||
|
|
@ -156,5 +156,4 @@
|
|||
|
||||
(provide 'helper)
|
||||
|
||||
;; arch-tag: a0984577-d3e9-4124-ae0d-c46fe740f6a9
|
||||
;;; helper.el ends here
|
||||
|
|
|
|||
|
|
@ -616,5 +616,4 @@ Prompts for bug subject TOPIC. Leaves you in a mail buffer."
|
|||
|
||||
(provide 'lisp-mnt)
|
||||
|
||||
;; arch-tag: fa3c5ab4-a37b-4e46-b7cf-b6d78b90e69e
|
||||
;;; lisp-mnt.el ends here
|
||||
|
|
|
|||
|
|
@ -690,5 +690,4 @@ considered."
|
|||
(unless (eq predicate 'fboundp)
|
||||
(lambda (str) (if (fboundp (intern-soft str)) " <f>"))))))))
|
||||
|
||||
;; arch-tag: aa7fa8a4-2e6f-4e9b-9cd9-fef06340e67e
|
||||
;;; lisp.el ends here
|
||||
|
|
|
|||
|
|
@ -182,5 +182,4 @@ definitions to shadow the loaded ones for use in file byte-compilation."
|
|||
|
||||
(provide 'macroexp)
|
||||
|
||||
;; arch-tag: af9b8c24-c196-43bc-91e1-a3570790fa5a
|
||||
;;; macroexp.el ends here
|
||||
|
|
|
|||
|
|
@ -275,5 +275,4 @@ the current %s and exit."
|
|||
;; Return the number of actions that were taken.
|
||||
actions))
|
||||
|
||||
;; arch-tag: 1d0a3201-a151-4c10-b231-4da47c9e6dc3
|
||||
;;; map-ynp.el ends here
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; package-x.el --- Package extras
|
||||
|
||||
;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Tom Tromey <tromey@redhat.com>
|
||||
;; Created: 10 Mar 2007
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; package.el --- Simple package system for Emacs
|
||||
|
||||
;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Tom Tromey <tromey@redhat.com>
|
||||
;; Created: 10 Mar 2007
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; pcase.el --- ML-style pattern-matching macro for Elisp
|
||||
|
||||
;; Copyright (C) 2010 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2010, 2011 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
;; Keywords:
|
||||
|
|
|
|||
|
|
@ -202,5 +202,4 @@ Ignores leading comment characters."
|
|||
|
||||
(provide 'pp) ; so (require 'pp) works
|
||||
|
||||
;; arch-tag: b0f7c65b-02c7-42bb-9ee3-508a59b8fbb9
|
||||
;;; pp.el ends here
|
||||
|
|
|
|||
|
|
@ -713,5 +713,4 @@ If SUBEXP is non-nil mark only the corresponding sub-expressions."
|
|||
|
||||
(provide 're-builder)
|
||||
|
||||
;; arch-tag: 5c5515ac-4085-4524-a421-033f44f032e7
|
||||
;;; re-builder.el ends here
|
||||
|
|
|
|||
|
|
@ -293,5 +293,4 @@ Merges keywords to avoid backtracking in Emacs' regexp matcher."
|
|||
|
||||
(provide 'regexp-opt)
|
||||
|
||||
;; arch-tag: 6c5a66f4-29af-4fd6-8c3b-4b554d5b4370
|
||||
;;; regexp-opt.el ends here
|
||||
|
|
|
|||
|
|
@ -254,5 +254,4 @@ useful information:
|
|||
|
||||
(provide 'regi)
|
||||
|
||||
;; arch-tag: 804b4e45-4109-4f76-9a88-21887b881747
|
||||
;;; regi.el ends here
|
||||
|
|
|
|||
|
|
@ -236,5 +236,4 @@ If SEQ is already a ring, return it."
|
|||
|
||||
(provide 'ring)
|
||||
|
||||
;; arch-tag: e707682b-ed69-47c9-b20f-cf2c68cc92d2
|
||||
;;; ring.el ends here
|
||||
|
|
|
|||
|
|
@ -578,5 +578,4 @@ Point is at POS when this function returns."
|
|||
|
||||
(provide 'syntax)
|
||||
|
||||
;; arch-tag: 302f1eeb-e77c-4680-a8c5-c543e01161a5
|
||||
;;; syntax.el ends here
|
||||
|
|
|
|||
|
|
@ -722,5 +722,4 @@ spreadsheet files with invalid formatting."
|
|||
;;Could do this here: (testcover-end "ses.el")
|
||||
(message "Done"))
|
||||
|
||||
;; arch-tag: 87052ba4-5cf8-46cf-9375-fe245f3360b8
|
||||
;; testcover-ses.el ends here.
|
||||
|
|
|
|||
|
|
@ -138,5 +138,4 @@
|
|||
(testcover-end "unsafep.el")
|
||||
(message "Done"))
|
||||
|
||||
;; arch-tag: a7616c27-1998-47ae-9304-76d1439dbf29
|
||||
;; testcover-unsafep.el ends here.
|
||||
|
|
|
|||
|
|
@ -534,5 +534,4 @@ coverage tests. This function creates many overlays."
|
|||
(goto-char (next-overlay-change (point)))
|
||||
(end-of-line))
|
||||
|
||||
;; arch-tag: 72324a4a-4a2e-4142-9249-cc56d6757588
|
||||
;; testcover.el ends here.
|
||||
|
|
|
|||
|
|
@ -167,5 +167,4 @@ This produces more reliable results with some processes."
|
|||
|
||||
(provide 'tq)
|
||||
|
||||
;; arch-tag: 65dea08c-4edd-4cde-83a5-e8a15b993b79
|
||||
;;; tq.el ends here
|
||||
|
|
|
|||
|
|
@ -299,5 +299,4 @@ was not traced this is a noop."
|
|||
|
||||
(provide 'trace)
|
||||
|
||||
;; arch-tag: cfd170a7-4932-4331-8c8b-b7151942e5a1
|
||||
;;; trace.el ends here
|
||||
|
|
|
|||
|
|
@ -261,5 +261,4 @@ If TO-BIND is t, check whether SYM is safe to bind."
|
|||
(local-variable-p sym)))
|
||||
`(global-variable ,sym))))
|
||||
|
||||
;; arch-tag: 6216f98b-eb8f-467a-9c33-7a7644f50658
|
||||
;;; unsafep.el ends here
|
||||
|
|
|
|||
|
|
@ -337,5 +337,4 @@ this is equivalent to `display-warning', using
|
|||
|
||||
(provide 'warnings)
|
||||
|
||||
;; arch-tag: faaad1c8-7b2a-4161-af38-5ab4afde0496
|
||||
;;; warnings.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue