emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 95f7f71 2/3: ; Delete a spurious comment


From: Stefan Kangas
Subject: master 95f7f71 2/3: ; Delete a spurious comment
Date: Sun, 19 Sep 2021 10:57:57 -0400 (EDT)

branch: master
commit 95f7f715604ff2fabf4a71c728672460d023f91e
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Delete a spurious comment
---
 lisp/vc/ediff-init.el | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lisp/vc/ediff-init.el b/lisp/vc/ediff-init.el
index bd494d8..069364f 100644
--- a/lisp/vc/ediff-init.el
+++ b/lisp/vc/ediff-init.el
@@ -74,12 +74,6 @@ that Ediff doesn't know about.")
        (boundp 'ediff-use-toolbar-p)
        ediff-use-toolbar-p))           ;Does the user want it ?
 
-;; Defines VAR as an advertised local variable.
-;; Performs a defvar, then executes `make-variable-buffer-local' on
-;; the variable.  Also sets the `permanent-local' property,
-;; so that `kill-all-local-variables' (called by major-mode setting
-;; commands) won't destroy Ediff control variables.
-;;
 ;; Plagiarized from `emerge-defvar-local'.
 (defmacro ediff-defvar-local (symbol value &optional doc)
   "Define SYMBOL as an advertised buffer-local variable.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]