File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- ; ;; fextern.el --- Record file external states -*- lexical-binding : t ; -*-
1+ ; ;; fextern.el --- Record file external stats -*- lexical-binding : t ; -*-
22
33; ; Copyright (C) 2022 Shen, Jen-Chieh
44; ; Created date 2022-03-08 17:30:07
55
66; ; Author: Shen, Jen-Chieh <[email protected] >7- ; ; Description: Record file external states .
8- ; ; Keyword: externally file states
7+ ; ; Description: Record file external stats .
8+ ; ; Keyword: externally file stats
99; ; Version: 0.1.0
10- ; ; Package-Requires: ((emacs "24.3 "))
10+ ; ; Package-Requires: ((emacs "25.1 "))
1111; ; URL: https://github.com/emacs-vs/fextern
1212
1313; ; This file is NOT part of GNU Emacs.
2727
2828; ;; Commentary:
2929; ;
30- ; ; Record file external states .
30+ ; ; Record file external stats .
3131; ;
3232
3333; ;; Code:
4040This variable is used to check if file are edited externally." )
4141
4242;;;### autoload
43- (defun fextern-- update-buffer-save-string (&rest _ )
43+ (defun fextern-update-buffer-save-string (&rest _ )
4444 " Update variable `fextern-buffer-save-string-md5' once."
4545 (setq fextern-buffer-save-string-md5 (md5 (buffer-string ))))
4646
4747;;;### autoload
48- (advice-add 'save-buffer :after #'fextern-- update-buffer-save-string )
48+ (advice-add 'save-buffer :after #'fextern-update-buffer-save-string )
4949
5050;;;### autoload
51- (add-hook 'find-file-hook #'fextern-- update-buffer-save-string )
51+ (add-hook 'find-file-hook #'fextern-update-buffer-save-string )
5252
5353; ;
5454; ; (@* "Util" )
You can’t perform that action at this time.
0 commit comments