summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Zheng <strburst@users.noreply.github.com>2016-08-01 15:20:50 -0700
committerAllen Zheng <strburst@users.noreply.github.com>2016-08-01 15:46:47 -0700
commit7ca2a64ed21268f06821c0d452c2dc6b9fb22acc (patch)
treeafd6e83e5a5c78be92a76b6e61ccf0085769350f
parentc9ef59e2edb63f5d3f074877e5b0d88625b7dfee (diff)
Fix Emacs Lisp snippets being executable
Since snippets aren't executable files, the executable bit shouldn't be set. Interestingly, the Emacs Lisp snippets have been executable since they were imported from the yasnippet repo in commit 5600362497c5df4b9d65a1522d906ee1a6e72775. The only effect of this commit will be to help prevent people from accidentally executing the Emacs Lisp snippets and being dissappointed.
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/add-hook0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/and0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/append0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/apply0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/aref0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/aset0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/assq0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/autoload0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/backward-char0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/beginning-of-line0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/bounds-of-thing-at-point0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/buffer-file-name0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/buffer-modified-p0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/buffer-substring0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/buffer-substring-no-properties0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/car0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/cdr0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/concat0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/cond0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/condition-case0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/cons0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/consp0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/copy-directory0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/copy-file0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/current-buffer0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/custom-autoload0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/defalias0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/defcustom0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/define-key0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/defsubst0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/defvar0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/delete-char0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/delete-directory0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/delete-file0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/delete-region0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/directory-files0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/dolist0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/end-of-line0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/eq0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/equal0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/error0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/expand-file-name0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/fboundp0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/file-name-directory0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/file-name-extension0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/file-name-nondirectory0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/file-name-sans-extension0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/file-relative-name0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/find-file0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/format0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/forward-char0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/forward-line0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/funcall0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/function0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/get0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/global-set-key0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/goto-char0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/if0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/insert0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/insert-file-contents0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/interactive0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/kbd0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/kill-buffer0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/lambda0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/length0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/let0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/line-beginning-position0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/line-end-position0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/list0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/looking-at0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/make-directory0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/make-local-variable0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/mapc0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/mapcar0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/match-beginning0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/match-end0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/match-string0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/memq0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/message0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/not0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/nth0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/null0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/number-to-string0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/or0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/point0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/point-max0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/point-min0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/princ0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/print0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/progn0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/push0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/put0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/re-search-backward0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/re-search-forward0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/region-active-p0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/region-beginning0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/region-end0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/rename-file0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/repeat0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/replace-regexp0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/replace-regexp-in-string0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/require0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/save-buffer0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/save-excursion0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/search-backward0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/search-backward-regexp0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/search-forward0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/search-forward-regexp0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/set0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/set-buffer0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/set-file-modes0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/set-mark0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/setq0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/skip-chars-backward0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/skip-chars-forward0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/split-string0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/string0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/string-match0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/string-to-number0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/string=0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/stringp0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/substring0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/thing-at-point0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/unless0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/vector0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/when0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/while0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/widget-get0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/with-current-buffer0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/x-dired.process_marked0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/x-file.process0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/x-file.read-lines0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/x-find-replace0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/x-grabstring0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/x-grabthing0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/x-traverse_dir0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/x-word-or-region0
-rw-r--r--[-rwxr-xr-x]emacs-lisp-mode/yes-or-no-p0
138 files changed, 0 insertions, 0 deletions
diff --git a/emacs-lisp-mode/add-hook b/emacs-lisp-mode/add-hook
index de8d16d..de8d16d 100755..100644
--- a/emacs-lisp-mode/add-hook
+++ b/emacs-lisp-mode/add-hook
diff --git a/emacs-lisp-mode/and b/emacs-lisp-mode/and
index 6502b6a..6502b6a 100755..100644
--- a/emacs-lisp-mode/and
+++ b/emacs-lisp-mode/and
diff --git a/emacs-lisp-mode/append b/emacs-lisp-mode/append
index 4d74636..4d74636 100755..100644
--- a/emacs-lisp-mode/append
+++ b/emacs-lisp-mode/append
diff --git a/emacs-lisp-mode/apply b/emacs-lisp-mode/apply
index 2618e56..2618e56 100755..100644
--- a/emacs-lisp-mode/apply
+++ b/emacs-lisp-mode/apply
diff --git a/emacs-lisp-mode/aref b/emacs-lisp-mode/aref
index 4900445..4900445 100755..100644
--- a/emacs-lisp-mode/aref
+++ b/emacs-lisp-mode/aref
diff --git a/emacs-lisp-mode/aset b/emacs-lisp-mode/aset
index 60db82d..60db82d 100755..100644
--- a/emacs-lisp-mode/aset
+++ b/emacs-lisp-mode/aset
diff --git a/emacs-lisp-mode/assq b/emacs-lisp-mode/assq
index 81ed9cc..81ed9cc 100755..100644
--- a/emacs-lisp-mode/assq
+++ b/emacs-lisp-mode/assq
diff --git a/emacs-lisp-mode/autoload b/emacs-lisp-mode/autoload
index 5502d3d..5502d3d 100755..100644
--- a/emacs-lisp-mode/autoload
+++ b/emacs-lisp-mode/autoload
diff --git a/emacs-lisp-mode/backward-char b/emacs-lisp-mode/backward-char
index 296cf97..296cf97 100755..100644
--- a/emacs-lisp-mode/backward-char
+++ b/emacs-lisp-mode/backward-char
diff --git a/emacs-lisp-mode/beginning-of-line b/emacs-lisp-mode/beginning-of-line
index 7dfd32c..7dfd32c 100755..100644
--- a/emacs-lisp-mode/beginning-of-line
+++ b/emacs-lisp-mode/beginning-of-line
diff --git a/emacs-lisp-mode/bounds-of-thing-at-point b/emacs-lisp-mode/bounds-of-thing-at-point
index ada1bc0..ada1bc0 100755..100644
--- a/emacs-lisp-mode/bounds-of-thing-at-point
+++ b/emacs-lisp-mode/bounds-of-thing-at-point
diff --git a/emacs-lisp-mode/buffer-file-name b/emacs-lisp-mode/buffer-file-name
index d983182..d983182 100755..100644
--- a/emacs-lisp-mode/buffer-file-name
+++ b/emacs-lisp-mode/buffer-file-name
diff --git a/emacs-lisp-mode/buffer-modified-p b/emacs-lisp-mode/buffer-modified-p
index f3ca3aa..f3ca3aa 100755..100644
--- a/emacs-lisp-mode/buffer-modified-p
+++ b/emacs-lisp-mode/buffer-modified-p
diff --git a/emacs-lisp-mode/buffer-substring b/emacs-lisp-mode/buffer-substring
index 767dd5a..767dd5a 100755..100644
--- a/emacs-lisp-mode/buffer-substring
+++ b/emacs-lisp-mode/buffer-substring
diff --git a/emacs-lisp-mode/buffer-substring-no-properties b/emacs-lisp-mode/buffer-substring-no-properties
index 4c27737..4c27737 100755..100644
--- a/emacs-lisp-mode/buffer-substring-no-properties
+++ b/emacs-lisp-mode/buffer-substring-no-properties
diff --git a/emacs-lisp-mode/car b/emacs-lisp-mode/car
index 09ff8e4..09ff8e4 100755..100644
--- a/emacs-lisp-mode/car
+++ b/emacs-lisp-mode/car
diff --git a/emacs-lisp-mode/cdr b/emacs-lisp-mode/cdr
index 404d1d2..404d1d2 100755..100644
--- a/emacs-lisp-mode/cdr
+++ b/emacs-lisp-mode/cdr
diff --git a/emacs-lisp-mode/concat b/emacs-lisp-mode/concat
index b94cfeb..b94cfeb 100755..100644
--- a/emacs-lisp-mode/concat
+++ b/emacs-lisp-mode/concat
diff --git a/emacs-lisp-mode/cond b/emacs-lisp-mode/cond
index 6cee429..6cee429 100755..100644
--- a/emacs-lisp-mode/cond
+++ b/emacs-lisp-mode/cond
diff --git a/emacs-lisp-mode/condition-case b/emacs-lisp-mode/condition-case
index d1249ff..d1249ff 100755..100644
--- a/emacs-lisp-mode/condition-case
+++ b/emacs-lisp-mode/condition-case
diff --git a/emacs-lisp-mode/cons b/emacs-lisp-mode/cons
index f186919..f186919 100755..100644
--- a/emacs-lisp-mode/cons
+++ b/emacs-lisp-mode/cons
diff --git a/emacs-lisp-mode/consp b/emacs-lisp-mode/consp
index 55e9f77..55e9f77 100755..100644
--- a/emacs-lisp-mode/consp
+++ b/emacs-lisp-mode/consp
diff --git a/emacs-lisp-mode/copy-directory b/emacs-lisp-mode/copy-directory
index 0b08d80..0b08d80 100755..100644
--- a/emacs-lisp-mode/copy-directory
+++ b/emacs-lisp-mode/copy-directory
diff --git a/emacs-lisp-mode/copy-file b/emacs-lisp-mode/copy-file
index b093970..b093970 100755..100644
--- a/emacs-lisp-mode/copy-file
+++ b/emacs-lisp-mode/copy-file
diff --git a/emacs-lisp-mode/current-buffer b/emacs-lisp-mode/current-buffer
index b25a48a..b25a48a 100755..100644
--- a/emacs-lisp-mode/current-buffer
+++ b/emacs-lisp-mode/current-buffer
diff --git a/emacs-lisp-mode/custom-autoload b/emacs-lisp-mode/custom-autoload
index 5b68e3f..5b68e3f 100755..100644
--- a/emacs-lisp-mode/custom-autoload
+++ b/emacs-lisp-mode/custom-autoload
diff --git a/emacs-lisp-mode/defalias b/emacs-lisp-mode/defalias
index a2940b8..a2940b8 100755..100644
--- a/emacs-lisp-mode/defalias
+++ b/emacs-lisp-mode/defalias
diff --git a/emacs-lisp-mode/defcustom b/emacs-lisp-mode/defcustom
index 10ff35a..10ff35a 100755..100644
--- a/emacs-lisp-mode/defcustom
+++ b/emacs-lisp-mode/defcustom
diff --git a/emacs-lisp-mode/define-key b/emacs-lisp-mode/define-key
index 4a63b5a..4a63b5a 100755..100644
--- a/emacs-lisp-mode/define-key
+++ b/emacs-lisp-mode/define-key
diff --git a/emacs-lisp-mode/defsubst b/emacs-lisp-mode/defsubst
index 235aed0..235aed0 100755..100644
--- a/emacs-lisp-mode/defsubst
+++ b/emacs-lisp-mode/defsubst
diff --git a/emacs-lisp-mode/defvar b/emacs-lisp-mode/defvar
index 7ef2482..7ef2482 100755..100644
--- a/emacs-lisp-mode/defvar
+++ b/emacs-lisp-mode/defvar
diff --git a/emacs-lisp-mode/delete-char b/emacs-lisp-mode/delete-char
index da983bd..da983bd 100755..100644
--- a/emacs-lisp-mode/delete-char
+++ b/emacs-lisp-mode/delete-char
diff --git a/emacs-lisp-mode/delete-directory b/emacs-lisp-mode/delete-directory
index bd6182b..bd6182b 100755..100644
--- a/emacs-lisp-mode/delete-directory
+++ b/emacs-lisp-mode/delete-directory
diff --git a/emacs-lisp-mode/delete-file b/emacs-lisp-mode/delete-file
index dfbd4f1..dfbd4f1 100755..100644
--- a/emacs-lisp-mode/delete-file
+++ b/emacs-lisp-mode/delete-file
diff --git a/emacs-lisp-mode/delete-region b/emacs-lisp-mode/delete-region
index acffd38..acffd38 100755..100644
--- a/emacs-lisp-mode/delete-region
+++ b/emacs-lisp-mode/delete-region
diff --git a/emacs-lisp-mode/directory-files b/emacs-lisp-mode/directory-files
index 5eb4c06..5eb4c06 100755..100644
--- a/emacs-lisp-mode/directory-files
+++ b/emacs-lisp-mode/directory-files
diff --git a/emacs-lisp-mode/dolist b/emacs-lisp-mode/dolist
index b425153..b425153 100755..100644
--- a/emacs-lisp-mode/dolist
+++ b/emacs-lisp-mode/dolist
diff --git a/emacs-lisp-mode/end-of-line b/emacs-lisp-mode/end-of-line
index f8a2d9f..f8a2d9f 100755..100644
--- a/emacs-lisp-mode/end-of-line
+++ b/emacs-lisp-mode/end-of-line
diff --git a/emacs-lisp-mode/eq b/emacs-lisp-mode/eq
index 3d29f52..3d29f52 100755..100644
--- a/emacs-lisp-mode/eq
+++ b/emacs-lisp-mode/eq
diff --git a/emacs-lisp-mode/equal b/emacs-lisp-mode/equal
index 7b0dd58..7b0dd58 100755..100644
--- a/emacs-lisp-mode/equal
+++ b/emacs-lisp-mode/equal
diff --git a/emacs-lisp-mode/error b/emacs-lisp-mode/error
index 39ed35c..39ed35c 100755..100644
--- a/emacs-lisp-mode/error
+++ b/emacs-lisp-mode/error
diff --git a/emacs-lisp-mode/expand-file-name b/emacs-lisp-mode/expand-file-name
index c5eb0e7..c5eb0e7 100755..100644
--- a/emacs-lisp-mode/expand-file-name
+++ b/emacs-lisp-mode/expand-file-name
diff --git a/emacs-lisp-mode/fboundp b/emacs-lisp-mode/fboundp
index 830b46d..830b46d 100755..100644
--- a/emacs-lisp-mode/fboundp
+++ b/emacs-lisp-mode/fboundp
diff --git a/emacs-lisp-mode/file-name-directory b/emacs-lisp-mode/file-name-directory
index e7fb5c0..e7fb5c0 100755..100644
--- a/emacs-lisp-mode/file-name-directory
+++ b/emacs-lisp-mode/file-name-directory
diff --git a/emacs-lisp-mode/file-name-extension b/emacs-lisp-mode/file-name-extension
index d02a3f0..d02a3f0 100755..100644
--- a/emacs-lisp-mode/file-name-extension
+++ b/emacs-lisp-mode/file-name-extension
diff --git a/emacs-lisp-mode/file-name-nondirectory b/emacs-lisp-mode/file-name-nondirectory
index 5f1ccb1..5f1ccb1 100755..100644
--- a/emacs-lisp-mode/file-name-nondirectory
+++ b/emacs-lisp-mode/file-name-nondirectory
diff --git a/emacs-lisp-mode/file-name-sans-extension b/emacs-lisp-mode/file-name-sans-extension
index 8b18db5..8b18db5 100755..100644
--- a/emacs-lisp-mode/file-name-sans-extension
+++ b/emacs-lisp-mode/file-name-sans-extension
diff --git a/emacs-lisp-mode/file-relative-name b/emacs-lisp-mode/file-relative-name
index 7a702bc..7a702bc 100755..100644
--- a/emacs-lisp-mode/file-relative-name
+++ b/emacs-lisp-mode/file-relative-name
diff --git a/emacs-lisp-mode/find-file b/emacs-lisp-mode/find-file
index 69d26ec..69d26ec 100755..100644
--- a/emacs-lisp-mode/find-file
+++ b/emacs-lisp-mode/find-file
diff --git a/emacs-lisp-mode/format b/emacs-lisp-mode/format
index 3f93f7c..3f93f7c 100755..100644
--- a/emacs-lisp-mode/format
+++ b/emacs-lisp-mode/format
diff --git a/emacs-lisp-mode/forward-char b/emacs-lisp-mode/forward-char
index 1298e98..1298e98 100755..100644
--- a/emacs-lisp-mode/forward-char
+++ b/emacs-lisp-mode/forward-char
diff --git a/emacs-lisp-mode/forward-line b/emacs-lisp-mode/forward-line
index 0556255..0556255 100755..100644
--- a/emacs-lisp-mode/forward-line
+++ b/emacs-lisp-mode/forward-line
diff --git a/emacs-lisp-mode/funcall b/emacs-lisp-mode/funcall
index fb486bc..fb486bc 100755..100644
--- a/emacs-lisp-mode/funcall
+++ b/emacs-lisp-mode/funcall
diff --git a/emacs-lisp-mode/function b/emacs-lisp-mode/function
index 824721d..824721d 100755..100644
--- a/emacs-lisp-mode/function
+++ b/emacs-lisp-mode/function
diff --git a/emacs-lisp-mode/get b/emacs-lisp-mode/get
index e371823..e371823 100755..100644
--- a/emacs-lisp-mode/get
+++ b/emacs-lisp-mode/get
diff --git a/emacs-lisp-mode/global-set-key b/emacs-lisp-mode/global-set-key
index 5a2f3cc..5a2f3cc 100755..100644
--- a/emacs-lisp-mode/global-set-key
+++ b/emacs-lisp-mode/global-set-key
diff --git a/emacs-lisp-mode/goto-char b/emacs-lisp-mode/goto-char
index 7cb8d2b..7cb8d2b 100755..100644
--- a/emacs-lisp-mode/goto-char
+++ b/emacs-lisp-mode/goto-char
diff --git a/emacs-lisp-mode/if b/emacs-lisp-mode/if
index c797755..c797755 100755..100644
--- a/emacs-lisp-mode/if
+++ b/emacs-lisp-mode/if
diff --git a/emacs-lisp-mode/insert b/emacs-lisp-mode/insert
index ae5943d..ae5943d 100755..100644
--- a/emacs-lisp-mode/insert
+++ b/emacs-lisp-mode/insert
diff --git a/emacs-lisp-mode/insert-file-contents b/emacs-lisp-mode/insert-file-contents
index 5a14157..5a14157 100755..100644
--- a/emacs-lisp-mode/insert-file-contents
+++ b/emacs-lisp-mode/insert-file-contents
diff --git a/emacs-lisp-mode/interactive b/emacs-lisp-mode/interactive
index 9d73dba..9d73dba 100755..100644
--- a/emacs-lisp-mode/interactive
+++ b/emacs-lisp-mode/interactive
diff --git a/emacs-lisp-mode/kbd b/emacs-lisp-mode/kbd
index be91b08..be91b08 100755..100644
--- a/emacs-lisp-mode/kbd
+++ b/emacs-lisp-mode/kbd
diff --git a/emacs-lisp-mode/kill-buffer b/emacs-lisp-mode/kill-buffer
index 491a73b..491a73b 100755..100644
--- a/emacs-lisp-mode/kill-buffer
+++ b/emacs-lisp-mode/kill-buffer
diff --git a/emacs-lisp-mode/lambda b/emacs-lisp-mode/lambda
index 503fad1..503fad1 100755..100644
--- a/emacs-lisp-mode/lambda
+++ b/emacs-lisp-mode/lambda
diff --git a/emacs-lisp-mode/length b/emacs-lisp-mode/length
index 46a379b..46a379b 100755..100644
--- a/emacs-lisp-mode/length
+++ b/emacs-lisp-mode/length
diff --git a/emacs-lisp-mode/let b/emacs-lisp-mode/let
index 19df819..19df819 100755..100644
--- a/emacs-lisp-mode/let
+++ b/emacs-lisp-mode/let
diff --git a/emacs-lisp-mode/line-beginning-position b/emacs-lisp-mode/line-beginning-position
index 647158b..647158b 100755..100644
--- a/emacs-lisp-mode/line-beginning-position
+++ b/emacs-lisp-mode/line-beginning-position
diff --git a/emacs-lisp-mode/line-end-position b/emacs-lisp-mode/line-end-position
index f3a4f4c..f3a4f4c 100755..100644
--- a/emacs-lisp-mode/line-end-position
+++ b/emacs-lisp-mode/line-end-position
diff --git a/emacs-lisp-mode/list b/emacs-lisp-mode/list
index 11be961..11be961 100755..100644
--- a/emacs-lisp-mode/list
+++ b/emacs-lisp-mode/list
diff --git a/emacs-lisp-mode/looking-at b/emacs-lisp-mode/looking-at
index 83741dd..83741dd 100755..100644
--- a/emacs-lisp-mode/looking-at
+++ b/emacs-lisp-mode/looking-at
diff --git a/emacs-lisp-mode/make-directory b/emacs-lisp-mode/make-directory
index 292f1a3..292f1a3 100755..100644
--- a/emacs-lisp-mode/make-directory
+++ b/emacs-lisp-mode/make-directory
diff --git a/emacs-lisp-mode/make-local-variable b/emacs-lisp-mode/make-local-variable
index 06e0ff4..06e0ff4 100755..100644
--- a/emacs-lisp-mode/make-local-variable
+++ b/emacs-lisp-mode/make-local-variable
diff --git a/emacs-lisp-mode/mapc b/emacs-lisp-mode/mapc
index af5d786..af5d786 100755..100644
--- a/emacs-lisp-mode/mapc
+++ b/emacs-lisp-mode/mapc
diff --git a/emacs-lisp-mode/mapcar b/emacs-lisp-mode/mapcar
index 097de14..097de14 100755..100644
--- a/emacs-lisp-mode/mapcar
+++ b/emacs-lisp-mode/mapcar
diff --git a/emacs-lisp-mode/match-beginning b/emacs-lisp-mode/match-beginning
index 4ef7ba2..4ef7ba2 100755..100644
--- a/emacs-lisp-mode/match-beginning
+++ b/emacs-lisp-mode/match-beginning
diff --git a/emacs-lisp-mode/match-end b/emacs-lisp-mode/match-end
index 7fb0daa..7fb0daa 100755..100644
--- a/emacs-lisp-mode/match-end
+++ b/emacs-lisp-mode/match-end
diff --git a/emacs-lisp-mode/match-string b/emacs-lisp-mode/match-string
index 32dd538..32dd538 100755..100644
--- a/emacs-lisp-mode/match-string
+++ b/emacs-lisp-mode/match-string
diff --git a/emacs-lisp-mode/memq b/emacs-lisp-mode/memq
index f718991..f718991 100755..100644
--- a/emacs-lisp-mode/memq
+++ b/emacs-lisp-mode/memq
diff --git a/emacs-lisp-mode/message b/emacs-lisp-mode/message
index 6ea047c..6ea047c 100755..100644
--- a/emacs-lisp-mode/message
+++ b/emacs-lisp-mode/message
diff --git a/emacs-lisp-mode/not b/emacs-lisp-mode/not
index 94fa6ab..94fa6ab 100755..100644
--- a/emacs-lisp-mode/not
+++ b/emacs-lisp-mode/not
diff --git a/emacs-lisp-mode/nth b/emacs-lisp-mode/nth
index 5e1b68a..5e1b68a 100755..100644
--- a/emacs-lisp-mode/nth
+++ b/emacs-lisp-mode/nth
diff --git a/emacs-lisp-mode/null b/emacs-lisp-mode/null
index 9d451ec..9d451ec 100755..100644
--- a/emacs-lisp-mode/null
+++ b/emacs-lisp-mode/null
diff --git a/emacs-lisp-mode/number-to-string b/emacs-lisp-mode/number-to-string
index 42eccb7..42eccb7 100755..100644
--- a/emacs-lisp-mode/number-to-string
+++ b/emacs-lisp-mode/number-to-string
diff --git a/emacs-lisp-mode/or b/emacs-lisp-mode/or
index 8aaef27..8aaef27 100755..100644
--- a/emacs-lisp-mode/or
+++ b/emacs-lisp-mode/or
diff --git a/emacs-lisp-mode/point b/emacs-lisp-mode/point
index 6aa6b74..6aa6b74 100755..100644
--- a/emacs-lisp-mode/point
+++ b/emacs-lisp-mode/point
diff --git a/emacs-lisp-mode/point-max b/emacs-lisp-mode/point-max
index 6544869..6544869 100755..100644
--- a/emacs-lisp-mode/point-max
+++ b/emacs-lisp-mode/point-max
diff --git a/emacs-lisp-mode/point-min b/emacs-lisp-mode/point-min
index 029d736..029d736 100755..100644
--- a/emacs-lisp-mode/point-min
+++ b/emacs-lisp-mode/point-min
diff --git a/emacs-lisp-mode/princ b/emacs-lisp-mode/princ
index 88ad7d7..88ad7d7 100755..100644
--- a/emacs-lisp-mode/princ
+++ b/emacs-lisp-mode/princ
diff --git a/emacs-lisp-mode/print b/emacs-lisp-mode/print
index 7d0f421..7d0f421 100755..100644
--- a/emacs-lisp-mode/print
+++ b/emacs-lisp-mode/print
diff --git a/emacs-lisp-mode/progn b/emacs-lisp-mode/progn
index d07c5c3..d07c5c3 100755..100644
--- a/emacs-lisp-mode/progn
+++ b/emacs-lisp-mode/progn
diff --git a/emacs-lisp-mode/push b/emacs-lisp-mode/push
index 76d14a5..76d14a5 100755..100644
--- a/emacs-lisp-mode/push
+++ b/emacs-lisp-mode/push
diff --git a/emacs-lisp-mode/put b/emacs-lisp-mode/put
index 7c2a9cf..7c2a9cf 100755..100644
--- a/emacs-lisp-mode/put
+++ b/emacs-lisp-mode/put
diff --git a/emacs-lisp-mode/re-search-backward b/emacs-lisp-mode/re-search-backward
index 1aefc70..1aefc70 100755..100644
--- a/emacs-lisp-mode/re-search-backward
+++ b/emacs-lisp-mode/re-search-backward
diff --git a/emacs-lisp-mode/re-search-forward b/emacs-lisp-mode/re-search-forward
index 35a3861..35a3861 100755..100644
--- a/emacs-lisp-mode/re-search-forward
+++ b/emacs-lisp-mode/re-search-forward
diff --git a/emacs-lisp-mode/region-active-p b/emacs-lisp-mode/region-active-p
index e70553e..e70553e 100755..100644
--- a/emacs-lisp-mode/region-active-p
+++ b/emacs-lisp-mode/region-active-p
diff --git a/emacs-lisp-mode/region-beginning b/emacs-lisp-mode/region-beginning
index 55496e2..55496e2 100755..100644
--- a/emacs-lisp-mode/region-beginning
+++ b/emacs-lisp-mode/region-beginning
diff --git a/emacs-lisp-mode/region-end b/emacs-lisp-mode/region-end
index fddcd9f..fddcd9f 100755..100644
--- a/emacs-lisp-mode/region-end
+++ b/emacs-lisp-mode/region-end
diff --git a/emacs-lisp-mode/rename-file b/emacs-lisp-mode/rename-file
index 63b9dbc..63b9dbc 100755..100644
--- a/emacs-lisp-mode/rename-file
+++ b/emacs-lisp-mode/rename-file
diff --git a/emacs-lisp-mode/repeat b/emacs-lisp-mode/repeat
index ff8fae1..ff8fae1 100755..100644
--- a/emacs-lisp-mode/repeat
+++ b/emacs-lisp-mode/repeat
diff --git a/emacs-lisp-mode/replace-regexp b/emacs-lisp-mode/replace-regexp
index b6b2746..b6b2746 100755..100644
--- a/emacs-lisp-mode/replace-regexp
+++ b/emacs-lisp-mode/replace-regexp
diff --git a/emacs-lisp-mode/replace-regexp-in-string b/emacs-lisp-mode/replace-regexp-in-string
index 5f07473..5f07473 100755..100644
--- a/emacs-lisp-mode/replace-regexp-in-string
+++ b/emacs-lisp-mode/replace-regexp-in-string
diff --git a/emacs-lisp-mode/require b/emacs-lisp-mode/require
index cbce359..cbce359 100755..100644
--- a/emacs-lisp-mode/require
+++ b/emacs-lisp-mode/require
diff --git a/emacs-lisp-mode/save-buffer b/emacs-lisp-mode/save-buffer
index 931a72c..931a72c 100755..100644
--- a/emacs-lisp-mode/save-buffer
+++ b/emacs-lisp-mode/save-buffer
diff --git a/emacs-lisp-mode/save-excursion b/emacs-lisp-mode/save-excursion
index 5f587ce..5f587ce 100755..100644
--- a/emacs-lisp-mode/save-excursion
+++ b/emacs-lisp-mode/save-excursion
diff --git a/emacs-lisp-mode/search-backward b/emacs-lisp-mode/search-backward
index 80740da..80740da 100755..100644
--- a/emacs-lisp-mode/search-backward
+++ b/emacs-lisp-mode/search-backward
diff --git a/emacs-lisp-mode/search-backward-regexp b/emacs-lisp-mode/search-backward-regexp
index 91ac231..91ac231 100755..100644
--- a/emacs-lisp-mode/search-backward-regexp
+++ b/emacs-lisp-mode/search-backward-regexp
diff --git a/emacs-lisp-mode/search-forward b/emacs-lisp-mode/search-forward
index 4e8a22a..4e8a22a 100755..100644
--- a/emacs-lisp-mode/search-forward
+++ b/emacs-lisp-mode/search-forward
diff --git a/emacs-lisp-mode/search-forward-regexp b/emacs-lisp-mode/search-forward-regexp
index 3c025c8..3c025c8 100755..100644
--- a/emacs-lisp-mode/search-forward-regexp
+++ b/emacs-lisp-mode/search-forward-regexp
diff --git a/emacs-lisp-mode/set b/emacs-lisp-mode/set
index 8bbebb6..8bbebb6 100755..100644
--- a/emacs-lisp-mode/set
+++ b/emacs-lisp-mode/set
diff --git a/emacs-lisp-mode/set-buffer b/emacs-lisp-mode/set-buffer
index 9f3390d..9f3390d 100755..100644
--- a/emacs-lisp-mode/set-buffer
+++ b/emacs-lisp-mode/set-buffer
diff --git a/emacs-lisp-mode/set-file-modes b/emacs-lisp-mode/set-file-modes
index 4b9be44..4b9be44 100755..100644
--- a/emacs-lisp-mode/set-file-modes
+++ b/emacs-lisp-mode/set-file-modes
diff --git a/emacs-lisp-mode/set-mark b/emacs-lisp-mode/set-mark
index 9a482a1..9a482a1 100755..100644
--- a/emacs-lisp-mode/set-mark
+++ b/emacs-lisp-mode/set-mark
diff --git a/emacs-lisp-mode/setq b/emacs-lisp-mode/setq
index 6eaee9f..6eaee9f 100755..100644
--- a/emacs-lisp-mode/setq
+++ b/emacs-lisp-mode/setq
diff --git a/emacs-lisp-mode/skip-chars-backward b/emacs-lisp-mode/skip-chars-backward
index 2a909ea..2a909ea 100755..100644
--- a/emacs-lisp-mode/skip-chars-backward
+++ b/emacs-lisp-mode/skip-chars-backward
diff --git a/emacs-lisp-mode/skip-chars-forward b/emacs-lisp-mode/skip-chars-forward
index e6f8cad..e6f8cad 100755..100644
--- a/emacs-lisp-mode/skip-chars-forward
+++ b/emacs-lisp-mode/skip-chars-forward
diff --git a/emacs-lisp-mode/split-string b/emacs-lisp-mode/split-string
index e09a4c7..e09a4c7 100755..100644
--- a/emacs-lisp-mode/split-string
+++ b/emacs-lisp-mode/split-string
diff --git a/emacs-lisp-mode/string b/emacs-lisp-mode/string
index 9c9e346..9c9e346 100755..100644
--- a/emacs-lisp-mode/string
+++ b/emacs-lisp-mode/string
diff --git a/emacs-lisp-mode/string-match b/emacs-lisp-mode/string-match
index aa0af29..aa0af29 100755..100644
--- a/emacs-lisp-mode/string-match
+++ b/emacs-lisp-mode/string-match
diff --git a/emacs-lisp-mode/string-to-number b/emacs-lisp-mode/string-to-number
index 9eb5c48..9eb5c48 100755..100644
--- a/emacs-lisp-mode/string-to-number
+++ b/emacs-lisp-mode/string-to-number
diff --git a/emacs-lisp-mode/string= b/emacs-lisp-mode/string=
index 04aed21..04aed21 100755..100644
--- a/emacs-lisp-mode/string=
+++ b/emacs-lisp-mode/string=
diff --git a/emacs-lisp-mode/stringp b/emacs-lisp-mode/stringp
index c20be65..c20be65 100755..100644
--- a/emacs-lisp-mode/stringp
+++ b/emacs-lisp-mode/stringp
diff --git a/emacs-lisp-mode/substring b/emacs-lisp-mode/substring
index 6cba966..6cba966 100755..100644
--- a/emacs-lisp-mode/substring
+++ b/emacs-lisp-mode/substring
diff --git a/emacs-lisp-mode/thing-at-point b/emacs-lisp-mode/thing-at-point
index d2c44fd..d2c44fd 100755..100644
--- a/emacs-lisp-mode/thing-at-point
+++ b/emacs-lisp-mode/thing-at-point
diff --git a/emacs-lisp-mode/unless b/emacs-lisp-mode/unless
index 15c1518..15c1518 100755..100644
--- a/emacs-lisp-mode/unless
+++ b/emacs-lisp-mode/unless
diff --git a/emacs-lisp-mode/vector b/emacs-lisp-mode/vector
index 59ad236..59ad236 100755..100644
--- a/emacs-lisp-mode/vector
+++ b/emacs-lisp-mode/vector
diff --git a/emacs-lisp-mode/when b/emacs-lisp-mode/when
index a04a7e4..a04a7e4 100755..100644
--- a/emacs-lisp-mode/when
+++ b/emacs-lisp-mode/when
diff --git a/emacs-lisp-mode/while b/emacs-lisp-mode/while
index 4584be3..4584be3 100755..100644
--- a/emacs-lisp-mode/while
+++ b/emacs-lisp-mode/while
diff --git a/emacs-lisp-mode/widget-get b/emacs-lisp-mode/widget-get
index 66060c1..66060c1 100755..100644
--- a/emacs-lisp-mode/widget-get
+++ b/emacs-lisp-mode/widget-get
diff --git a/emacs-lisp-mode/with-current-buffer b/emacs-lisp-mode/with-current-buffer
index 9ada4ab..9ada4ab 100755..100644
--- a/emacs-lisp-mode/with-current-buffer
+++ b/emacs-lisp-mode/with-current-buffer
diff --git a/emacs-lisp-mode/x-dired.process_marked b/emacs-lisp-mode/x-dired.process_marked
index 9af5a26..9af5a26 100755..100644
--- a/emacs-lisp-mode/x-dired.process_marked
+++ b/emacs-lisp-mode/x-dired.process_marked
diff --git a/emacs-lisp-mode/x-file.process b/emacs-lisp-mode/x-file.process
index 3c82822..3c82822 100755..100644
--- a/emacs-lisp-mode/x-file.process
+++ b/emacs-lisp-mode/x-file.process
diff --git a/emacs-lisp-mode/x-file.read-lines b/emacs-lisp-mode/x-file.read-lines
index a463581..a463581 100755..100644
--- a/emacs-lisp-mode/x-file.read-lines
+++ b/emacs-lisp-mode/x-file.read-lines
diff --git a/emacs-lisp-mode/x-find-replace b/emacs-lisp-mode/x-find-replace
index d4c4d11..d4c4d11 100755..100644
--- a/emacs-lisp-mode/x-find-replace
+++ b/emacs-lisp-mode/x-find-replace
diff --git a/emacs-lisp-mode/x-grabstring b/emacs-lisp-mode/x-grabstring
index d348e93..d348e93 100755..100644
--- a/emacs-lisp-mode/x-grabstring
+++ b/emacs-lisp-mode/x-grabstring
diff --git a/emacs-lisp-mode/x-grabthing b/emacs-lisp-mode/x-grabthing
index 2c0079d..2c0079d 100755..100644
--- a/emacs-lisp-mode/x-grabthing
+++ b/emacs-lisp-mode/x-grabthing
diff --git a/emacs-lisp-mode/x-traverse_dir b/emacs-lisp-mode/x-traverse_dir
index cfa461a..cfa461a 100755..100644
--- a/emacs-lisp-mode/x-traverse_dir
+++ b/emacs-lisp-mode/x-traverse_dir
diff --git a/emacs-lisp-mode/x-word-or-region b/emacs-lisp-mode/x-word-or-region
index c7b851b..c7b851b 100755..100644
--- a/emacs-lisp-mode/x-word-or-region
+++ b/emacs-lisp-mode/x-word-or-region
diff --git a/emacs-lisp-mode/yes-or-no-p b/emacs-lisp-mode/yes-or-no-p
index 736b253..736b253 100755..100644
--- a/emacs-lisp-mode/yes-or-no-p
+++ b/emacs-lisp-mode/yes-or-no-p