mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
; Normalize and add missing first and last lines
This commit is contained in:
parent
518312346d
commit
0a4dc70830
@ -38,7 +38,7 @@ BEGIN {
|
||||
JISX0208_FROM2 = "/xf5/xa1";
|
||||
JISX0212_FROM = "/x8f/xf3/xf3";
|
||||
|
||||
print ";;; eucjp-ms.el -- translation table for eucJP-ms -*- lexical-binding:t -*-";
|
||||
print ";;; eucjp-ms.el --- translation table for eucJP-ms -*- lexical-binding:t -*-";
|
||||
print ";;; Automatically generated from /usr/share/i18n/charmaps/EUC-JP-MS.gz";
|
||||
print "(let ((map";
|
||||
print " '(;JISEXT<->UNICODE";
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; mule-charsets.el -- Generate Mule-original charset maps. -*- lexical-binding: t -*-
|
||||
;;; mule-charsets.el --- Generate Mule-original charset maps. -*- lexical-binding: t -*-
|
||||
;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||
;; National Institute of Advanced Industrial Science and Technology (AIST)
|
||||
;; Registration Number H13PRO009
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; unidata-gen.el -- Create files containing character property data -*- lexical-binding:t -*-
|
||||
;;; unidata-gen.el --- Create files containing character property data -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
|
||||
|
||||
@ -1446,7 +1446,7 @@ Property value is a symbol `o' (Open), `c' (Close), or `n' (None)."
|
||||
";; no-byte-compile: t\n"
|
||||
";; no-update-autoloads: t\n"
|
||||
";; End:\n\n"
|
||||
(format ";; %s ends here\n" basename)))))
|
||||
(format ";;; %s ends here\n" basename)))))
|
||||
(or noninteractive (message "Generating %s...done" file)))
|
||||
|
||||
(defun unidata-gen-charprop (&optional charprop-file)
|
||||
@ -1470,7 +1470,7 @@ Property value is a symbol `o' (Open), `c' (Close), or `n' (None)."
|
||||
";; no-byte-compile: t\n"
|
||||
";; no-update-autoloads: t\n"
|
||||
";; End:\n\n"
|
||||
(format ";; %s ends here\n"
|
||||
(format ";;; %s ends here\n"
|
||||
(file-name-nondirectory charprop-file)))))
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; manoj-dark.el --- A dark theme from Manoj -*- lexical-binding:t -*-
|
||||
;;; manoj-dark-theme.el --- A dark theme from Manoj -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; leim-ext.el -- extra leim configuration -*- lexical-binding: t; -*-
|
||||
;;; leim-ext.el --- extra leim configuration -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2004-2021 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; allout-widgets.el --- Visually highlight allout outline structure. -*- lexical-binding: t; -*-
|
||||
;;; allout-widgets.el --- Visually highlight allout outline structure. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2005-2021 Free Software Foundation, Inc.
|
||||
|
||||
@ -2296,3 +2296,5 @@ The elements of LIST are not copied, just the list structure itself."
|
||||
;;;_ , Local variables:
|
||||
;;;_ , allout-layout: (-1 : 0)
|
||||
;;;_ , End:
|
||||
|
||||
;;; allout-widgets.el ends here
|
||||
|
@ -1669,3 +1669,5 @@
|
||||
["Quit" calc-quit]))
|
||||
|
||||
(provide 'calc-menu)
|
||||
|
||||
;;; calc-menu.el ends here
|
||||
|
@ -819,3 +819,5 @@
|
||||
(calc-record traillist "parm")))))
|
||||
|
||||
(provide 'calc-nlfit)
|
||||
|
||||
;;; calc-nlfit.el ends here
|
||||
|
@ -1,7 +1,7 @@
|
||||
;;; cus-theme.el -- custom theme creation user interface -*- lexical-binding: t -*-
|
||||
;;
|
||||
;;; cus-theme.el --- custom theme creation user interface -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2001-2021 Free Software Foundation, Inc.
|
||||
;;
|
||||
|
||||
;; Author: Alex Schroeder <alex@gnu.org>
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
;; Keywords: help, faces
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; dframe --- dedicate frame support modes -*- lexical-binding:t -*-
|
||||
;;; dframe.el --- dedicate frame support modes -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1996-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; dos-w32.el --- Functions shared among MS-DOS and W32 (NT/95) platforms -*- lexical-binding: t; -*-
|
||||
;;; dos-w32.el --- Functions shared among MS-DOS and W32 (NT/95) platforms -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 1996, 2001-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -328,4 +328,4 @@ Returns non-nil if any false statements are found."
|
||||
|
||||
(provide 'check-declare)
|
||||
|
||||
;;; check-declare.el ends here.
|
||||
;;; check-declare.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; eieio-custom.el -- eieio object customization -*- lexical-binding:t -*-
|
||||
;;; eieio-custom.el --- eieio object customization -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1999-2001, 2005, 2007-2021 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; eieio-opt.el -- eieio optional functions (debug, printing, speedbar) -*- lexical-binding: t; -*-
|
||||
;;; eieio-opt.el --- eieio optional functions (debug, printing, speedbar) -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 1996, 1998-2003, 2005, 2008-2021 Free Software
|
||||
;; Foundation, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; eieio-speedbar.el -- Classes for managing speedbar displays. -*- lexical-binding:t -*-
|
||||
;;; eieio-speedbar.el --- Classes for managing speedbar displays. -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1999-2002, 2005, 2007-2021 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
@ -981,4 +981,4 @@ of `eq'."
|
||||
|
||||
(provide 'eieio)
|
||||
|
||||
;;; eieio ends here
|
||||
;;; eieio.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;;; testcover-ses.el -- Example use of `testcover' to test "SES" -*- lexical-binding: t; -*-
|
||||
;;; tcover-ses.el --- Example use of `testcover' to test "SES" -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2002-2021 Free Software Foundation, Inc.
|
||||
|
||||
@ -716,4 +716,4 @@ spreadsheet files with invalid formatting."
|
||||
;;Could do this here: (testcover-end "ses.el")
|
||||
(message "Done"))
|
||||
|
||||
;;; testcover-ses.el ends here.
|
||||
;;; tcover-ses.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;;; testcover.el -- Visual code-coverage tool -*- lexical-binding:t -*-
|
||||
;;; testcover.el --- Visual code-coverage tool -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2002-2021 Free Software Foundation, Inc.
|
||||
|
||||
@ -675,4 +675,4 @@ The list is 1valued if all of its constituent elements are also 1valued."
|
||||
(testcover-analyze-coverage (cadr form)))
|
||||
(t (testcover-analyze-coverage-backquote form))))
|
||||
|
||||
;; testcover.el ends here.
|
||||
;;; testcover.el ends here
|
||||
|
@ -214,3 +214,5 @@ and if a matching region is found, place point at its end."
|
||||
(funcall predicate value prop-value))
|
||||
|
||||
(provide 'text-property-search)
|
||||
|
||||
;;; text-property-search.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;;; unsafep.el -- Determine whether a Lisp form is safe to evaluate -*- lexical-binding: t; -*-
|
||||
;;; unsafep.el --- Determine whether a Lisp form is safe to evaluate -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2002-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; erc-button.el --- A way of buttonizing certain things in ERC buffers -*- lexical-binding:t -*-
|
||||
;;; erc-button.el --- A way of buttonizing certain things in ERC buffers -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1996-2004, 2006-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; erc-desktop-notifications.el -- Send notification on PRIVMSG or mentions -*- lexical-binding:t -*-
|
||||
;;; erc-desktop-notifications.el --- Send notification on PRIVMSG or mentions -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; erc-goodies.el --- Collection of ERC modules -*- lexical-binding: t; -*-
|
||||
;;; erc-goodies.el --- Collection of ERC modules -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2001-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; erc-imenu.el -- Imenu support for ERC -*- lexical-binding: t; -*-
|
||||
;;; erc-imenu.el --- Imenu support for ERC -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2001-2002, 2004, 2006-2021 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; erc-menu.el -- Menu-bar definitions for ERC -*- lexical-binding: t; -*-
|
||||
;;; erc-menu.el --- Menu-bar definitions for ERC -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2001-2002, 2004-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; erc-page.el - CTCP PAGE support for ERC -*- lexical-binding: t; -*-
|
||||
;;; erc-page.el --- CTCP PAGE support for ERC -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2002, 2004, 2006-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; erc-replace.el -- wash and massage messages inserted into the buffer -*- lexical-binding: t; -*-
|
||||
;;; erc-replace.el --- wash and massage messages inserted into the buffer -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2001-2002, 2004, 2006-2021 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; erc-ring.el -- Command history handling for erc using ring.el -*- lexical-binding: t; -*-
|
||||
;;; erc-ring.el --- Command history handling for erc using ring.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2001-2004, 2006-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; gnus-notifications.el -- Send notification on new message in Gnus -*- lexical-binding: t; -*-
|
||||
;;; gnus-notifications.el --- Send notification on new message in Gnus -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; gnus-agent.el --- Legacy unplugged support for Gnus -*- lexical-binding: t; -*-
|
||||
;;; legacy-gnus-agent.el --- Legacy unplugged support for Gnus -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2004-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -108,4 +108,4 @@
|
||||
|
||||
(provide 'mm-archive)
|
||||
|
||||
;; mm-archive.el ends here
|
||||
;;; mm-archive.el ends here
|
||||
|
@ -378,4 +378,4 @@ Process queued spam reports."
|
||||
|
||||
(provide 'spam-report)
|
||||
|
||||
;;; spam-report.el ends here.
|
||||
;;; spam-report.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; info.el --- Info package for Emacs -*- lexical-binding:t -*-
|
||||
;;; info.el --- Info package for Emacs -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1985-1986, 1992-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -55,3 +55,5 @@
|
||||
(vector "." 0 #'font-shape-gstring))))
|
||||
(set-char-table-range composition-function-table '(#x1000 . #x107F) elt)
|
||||
(set-char-table-range composition-function-table '(#xAA60 . #xAA7B) elt))
|
||||
|
||||
;;; burmese.el ends here
|
||||
|
@ -43,3 +43,5 @@ an Austronesian language spoken by some 245,000 Chams
|
||||
in Vietnam and Cambodia.")))
|
||||
|
||||
(provide 'cham)
|
||||
|
||||
;;; cham.el ends here
|
||||
|
@ -35,4 +35,4 @@
|
||||
(set-char-table-range composition-function-table '(#x1780 . #x17FF) val)
|
||||
(set-char-table-range composition-function-table '(#x19E0 . #x19FF) val))
|
||||
|
||||
;; khmer.el ends here
|
||||
;;; khmer.el ends here
|
||||
|
@ -45,4 +45,4 @@
|
||||
"[\u0D80-\u0DFF]")
|
||||
0 #'font-shape-gstring)))
|
||||
|
||||
;; sinhala.el ends here
|
||||
;;; sinhala.el ends here
|
||||
|
@ -56,3 +56,5 @@ The language name is spelled as \"ꪁꪫꪱꪣ ꪼꪕ\", and the script name is
|
||||
spelled as \"ꪎꪳ ꪼꪕ\".")))
|
||||
|
||||
(provide 'tai-viet)
|
||||
|
||||
;;; tai-viet.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; thai-word.el -- find Thai word boundaries -*- lexical-binding: t; -*-
|
||||
;;; thai-word.el --- find Thai word boundaries -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||
;; National Institute of Advanced Industrial Science and Technology (AIST)
|
||||
@ -11074,4 +11074,4 @@ With argument, do this that many times."
|
||||
;; coding: utf-8
|
||||
;; End:
|
||||
|
||||
;; thai-word.el ends here
|
||||
;;; thai-word.el ends here
|
||||
|
@ -136,5 +136,6 @@
|
||||
(if (looking-at tai-viet-re)
|
||||
(tai-viet-compose-region from (match-end 0)))))
|
||||
|
||||
;;
|
||||
(provide 'tai-viet-util)
|
||||
|
||||
;;; tv-util.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; croatian.el -- Quail package for inputting Croatian -*-coding: utf-8; lexical-binding:t -*-
|
||||
;;; croatian.el --- Quail package for inputting Croatian -*-coding: utf-8; lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2003-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; hebrew.el --- Quail package for inputting Hebrew characters -*- coding: utf-8; lexical-binding: t -*-
|
||||
;;; hebrew.el --- Quail package for inputting Hebrew characters -*- coding: utf-8; lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||
;; 2008, 2009, 2010, 2011
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; persian.el --- Quail package for inputting Persian/Farsi keyboard -*- coding: utf-8; lexical-binding: t -*-
|
||||
;;; persian.el --- Quail package for inputting Persian/Farsi keyboard -*- coding: utf-8; lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -555,4 +555,4 @@ checks to see if the old format is used, and updates it if necessary."
|
||||
|
||||
(provide 'rmail-spam-filter)
|
||||
|
||||
;;; rmail-spam-filter ends here
|
||||
;;; rmail-spam-filter.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; uudecode.el -- elisp native uudecode -*- lexical-binding:t -*-
|
||||
;;; uudecode.el --- elisp native uudecode -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1998-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; mh-search --- MH-Search mode -*- lexical-binding: t; -*-
|
||||
;;; mh-search.el --- MH-Search mode -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 1993, 1995, 2001-2021 Free Software Foundation, Inc.
|
||||
|
||||
@ -1943,4 +1943,4 @@ folder buffer."
|
||||
;; sentence-end-double-space: nil
|
||||
;; End:
|
||||
|
||||
;;; mh-search ends here
|
||||
;;; mh-search.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; newst-ticker.el --- mode line ticker for newsticker. -*- lexical-binding: t; -*-
|
||||
;;; newst-ticker.el --- mode line ticker for newsticker. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2003-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -957,3 +957,5 @@ to their attributes."
|
||||
;; * Check, whether the dh-ietf1024-aes128-cbc-pkcs7 algorithm can be
|
||||
;; used for the transfer of the secrets. Currently, we use the
|
||||
;; plain algorithm.
|
||||
|
||||
;;; secrets.el ends here
|
||||
|
@ -580,4 +580,4 @@ to local variable `sieve-manage-capability'."
|
||||
|
||||
(provide 'sieve-manage)
|
||||
|
||||
;; sieve-manage.el ends here
|
||||
;;; sieve-manage.el ends here
|
||||
|
@ -206,4 +206,4 @@ Turning on Sieve mode runs `sieve-mode-hook'."
|
||||
|
||||
(provide 'sieve-mode)
|
||||
|
||||
;; sieve-mode.el ends here
|
||||
;;; sieve-mode.el ends here
|
||||
|
@ -379,4 +379,4 @@ Used to bracket operations which move point in the sieve-buffer."
|
||||
|
||||
(provide 'sieve)
|
||||
|
||||
;; sieve.el ends here
|
||||
;;; sieve.el ends here
|
||||
|
@ -420,3 +420,5 @@ version this library is compliant with."
|
||||
notifications-get-server-information-method)))
|
||||
|
||||
(provide 'notifications)
|
||||
|
||||
;;; notifications.el ends here
|
||||
|
@ -922,4 +922,4 @@ Current token after parse is token following ]."
|
||||
|
||||
(provide 'rng-cmpct)
|
||||
|
||||
;;; rng-cmpct.el
|
||||
;;; rng-cmpct.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; info-edit.el --- Editing info files -*- lexical-binding:t -*-
|
||||
;;; info-edit.el --- Editing info files -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1985-1986, 1992-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; emacs-lock.el --- prevents you from exiting Emacs if a buffer is locked -*- lexical-binding: t; -*-
|
||||
;;; old-emacs-lock.el --- prevents you from exiting Emacs if a buffer is locked -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 1994, 1997, 2001-2021 Free Software Foundation, Inc.
|
||||
|
||||
@ -99,4 +99,4 @@ If the buffer is locked, signal error and display its name."
|
||||
|
||||
(provide 'emacs-lock)
|
||||
|
||||
;;; emacs-lock.el ends here
|
||||
;;; old-emacs-lock.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; todo-mode.el --- major mode for editing TODO list files -*- lexical-binding: t; -*-
|
||||
;;; otodo-mode.el --- major mode for editing TODO list files -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 1997, 1999, 2001-2021 Free Software Foundation, Inc.
|
||||
|
||||
@ -963,4 +963,4 @@ If INCLUDE-SEP is non-nil, return point after the separator."
|
||||
|
||||
(provide 'todo-mode)
|
||||
|
||||
;;; todo-mode.el ends here
|
||||
;;; otodo-mode.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; sb-image --- Image management for speedbar -*- lexical-binding: t; -*-
|
||||
;;; sb-image.el --- Image management for speedbar -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 1999-2003, 2005-2019, 2021 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; ob-hledger.el --- Babel Functions for hledger -*- lexical-binding: t; -*-
|
||||
;;; ob-hledger.el --- Babel Functions for hledger -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2010-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; ob-msc.el --- Babel Functions for Mscgen -*- lexical-binding: t; -*-
|
||||
;;; ob-mscgen.el --- Babel Functions for Mscgen -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2010-2021 Free Software Foundation, Inc.
|
||||
|
||||
@ -78,4 +78,4 @@ mscgen supported formats."
|
||||
|
||||
(provide 'ob-mscgen)
|
||||
|
||||
;;; ob-msc.el ends here
|
||||
;;; ob-mscgen.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; ol-eshell.el - Links to Working Directories in Eshell -*- lexical-binding: t; -*-
|
||||
;;; ol-eshell.el --- Links to Working Directories in Eshell -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
;;; org-ctags.el - Integrate Emacs "tags" Facility with Org -*- lexical-binding: t; -*-
|
||||
;;
|
||||
;;; org-ctags.el --- Integrate Emacs "tags" Facility with Org -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2007-2021 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Paul Sexton <eeeickythump@gmail.com>
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; ox-man.el --- Man Back-End for Org Export Engine -*- lexical-binding: t; -*-
|
||||
;;; ox-man.el --- Man Back-End for Org Export Engine -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; bug-reference.el --- buttonize bug references -*- lexical-binding: t; -*-
|
||||
;;; bug-reference.el --- buttonize bug references -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1227,4 +1227,4 @@ comment at the start of cc-engine.el for more info."
|
||||
;; indent-tabs-mode: t
|
||||
;; tab-width: 8
|
||||
;; End:
|
||||
;;; awk-mode.el ends here
|
||||
;;; cc-awk.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; idlw-shell.el --- run IDL as an inferior process of Emacs. -*- lexical-binding:t -*-
|
||||
;;; idlw-shell.el --- run IDL as an inferior process of Emacs. -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1999-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; idlwave.el --- IDL editing mode for GNU Emacs -*- lexical-binding: t; -*-
|
||||
;;; idlwave.el --- IDL editing mode for GNU Emacs -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 1999-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -4655,4 +4655,4 @@ one of the aforementioned options instead of using this mode."
|
||||
|
||||
(provide 'js)
|
||||
|
||||
;; js.el ends here
|
||||
;;; js.el ends here
|
||||
|
@ -5606,7 +5606,7 @@ The default value disables the internal pager."
|
||||
|
||||
(provide 'sql)
|
||||
|
||||
;;; sql.el ends here
|
||||
|
||||
; LocalWords: sql SQL SQLite sqlite Sybase Informix MySQL
|
||||
; LocalWords: Postgres SQLServer SQLi
|
||||
|
||||
;;; sql.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; ses.el -- Simple Emacs Spreadsheet -*- lexical-binding:t -*-
|
||||
;;; ses.el --- Simple Emacs Spreadsheet -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2002-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; speedbar --- quick access to files and tags in a frame -*- lexical-binding: t; -*-
|
||||
;;; speedbar.el --- quick access to files and tags in a frame -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 1996-2021 Free Software Foundation, Inc.
|
||||
|
||||
@ -4057,4 +4057,4 @@ this version is not backward compatible to 0.14 or earlier.")
|
||||
|
||||
(run-hooks 'speedbar-load-hook)
|
||||
|
||||
;;; speedbar ends here
|
||||
;;; speedbar.el ends here
|
||||
|
@ -9,4 +9,4 @@
|
||||
|
||||
(provide 'term/konsole)
|
||||
|
||||
;; konsole.el ends here
|
||||
;;; konsole.el ends here
|
||||
|
@ -1,4 +1,6 @@
|
||||
;; The Linux console handles Latin-1 by default. -*- lexical-binding:t -*-
|
||||
;;; linux.el -*- lexical-binding:t -*-
|
||||
|
||||
;; The Linux console handles Latin-1 by default.
|
||||
|
||||
(declare-function gpm-mouse-enable "t-mouse" ())
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; Define function key sequences for DEC terminals. -*- lexical-binding: t -*-
|
||||
;;; lk201.el --- Define function key sequences for DEC terminals. -*- lexical-binding: t -*-
|
||||
|
||||
(defvar lk201-function-map
|
||||
(let ((map (make-sparse-keymap)))
|
||||
|
@ -22,4 +22,4 @@ it runs, which can change when the screen session is moved to another tty."
|
||||
|
||||
(provide 'term/screen)
|
||||
|
||||
;; screen.el ends here
|
||||
;;; screen.el ends here
|
||||
|
@ -17,4 +17,4 @@
|
||||
|
||||
(provide 'term/st)
|
||||
|
||||
;; st.el ends here
|
||||
;;; st.el ends here
|
||||
|
@ -22,4 +22,4 @@ it runs, which can change when the tmux session is moved to another tty."
|
||||
|
||||
(provide 'term/tmux)
|
||||
|
||||
;; tmux.el ends here
|
||||
;;; tmux.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; w32console.el -- Setup w32 console keys and colors. -*- lexical-binding: t; -*-
|
||||
;;; w32console.el --- Setup w32 console keys and colors. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2007-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; remember --- a mode for quickly jotting down things to remember -*- lexical-binding: t; -*-
|
||||
;;; remember.el --- a mode for quickly jotting down things to remember -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 1999-2001, 2003-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; url-mail.el --- Mail Uniform Resource Locator retrieval code -*- lexical-binding: t; -*-
|
||||
;;; url-mailto.el --- Mail Uniform Resource Locator retrieval code -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 1996-1999, 2004-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; vc-dispatcher.el -- generic command-dispatcher facility. -*- lexical-binding: t -*-
|
||||
;;; vc-dispatcher.el --- generic command-dispatcher facility. -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -82,3 +82,5 @@ If the file is not registered, or the master name is not known, return nil."
|
||||
nil)))) ; Not registered
|
||||
|
||||
(provide 'vc-filewise)
|
||||
|
||||
;;; vc-filewise.el ends here
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; auto-revert-tests.el --- Tests of auto-revert -*- lexical-binding: t -*-
|
||||
;;; autorevert-tests.el --- Tests of auto-revert -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2015-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; icalendar-tests.el --- Test suite for icalendar.el -*- lexical-binding:t -*-
|
||||
;;; icalendar-tests.el --- Test suite for icalendar.el -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2005, 2008-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; parse-time-tests.el --- Test suite for parse-time.el -*- lexical-binding:t -*-
|
||||
;;; parse-time-tests.el --- Test suite for parse-time.el -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2016-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; srecode/test.el --- SRecode Core Template tests. -*- lexical-binding:t -*-
|
||||
;;; srecode-utest-template.el --- SRecode Core Template tests. -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; custom--test-theme.el -- A test theme. -*- lexical-binding:t -*-
|
||||
;;; custom--test-theme.el --- A test theme. -*- lexical-binding:t -*-
|
||||
|
||||
(deftheme custom--test
|
||||
"A test theme.")
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; descr-text-test.el --- ERT tests for descr-text.el -*- lexical-binding: t -*-
|
||||
;;; descr-text-tests.el --- ERT tests for descr-text.el -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2014, 2016-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; eieio-testsinvoke.el -- eieio tests for method invocation -*- lexical-binding:t -*-
|
||||
;;; eieio-test-methodinvoke.el --- eieio tests for method invocation -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2005, 2008, 2010, 2013-2021 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; eieio-tests.el -- eieio test routines -*- lexical-binding: t -*-
|
||||
;;; eieio-tests.el --- eieio test routines -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1999-2003, 2005-2010, 2012-2021 Free Software
|
||||
;; Foundation, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; tests/em-hist-tests.el --- em-hist test suite -*- lexical-binding:t -*-
|
||||
;;; em-hist-tests.el --- em-hist test suite -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2017-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; tests/em-ls-tests.el --- em-ls test suite -*- lexical-binding:t -*-
|
||||
;;; em-ls-tests.el --- em-ls test suite -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2017-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; tests/esh-opt-tests.el --- esh-opt test suite -*- lexical-binding:t -*-
|
||||
;;; esh-opt-tests.el --- esh-opt test suite -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; tests/eshell-tests.el --- Eshell test suite -*- lexical-binding:t -*-
|
||||
;;; eshell-tests.el --- Eshell test suite -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1999-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; message-mode-tests.el --- Tests for message-mode -*- lexical-binding: t; -*-
|
||||
;;; message-tests.el --- Tests for message-mode -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2015-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; info-xref.el --- tests for info-xref.el -*- lexical-binding:t -*-
|
||||
;;; info-xref-tests.el --- tests for info-xref.el -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2013-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; ucs-normalize --- tests for international/ucs-normalize.el -*- lexical-binding: t -*-
|
||||
;;; ucs-normalize-tests.el --- tests for international/ucs-normalize.el -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2002-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; network-stream-tests.el --- tests for network security manager -*- lexical-binding: t; -*-
|
||||
;;; nsm-tests.el --- tests for network security manager -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2019-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; network-stream-tests.el --- tests for network processes -*- lexical-binding: t; -*-
|
||||
;;; shr-tests.el --- tests for shr.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2016-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; fortune-tests.el --- Tests for fortune.el -*- lexical-binding: t -*-
|
||||
;;; cookie1-tests.el --- Tests for cookie1.el -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; cperl-mode-tests --- Test for cperl-mode -*- lexical-binding: t -*-
|
||||
;;; cperl-mode-tests.el --- Test for cperl-mode -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2020-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user