emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/bash-completion 8fa510a174 136/313: Fix comments in header


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 8fa510a174 136/313: Fix comments in header of bash-completion.el:
Date: Sat, 3 Dec 2022 10:59:24 -0500 (EST)

branch: elpa/bash-completion
commit 8fa510a174e391285133088ec3a98d0aa708b526
Author: Stephane Zermatten <szermatt@gmx.net>
Commit: Stephane Zermatten <szermatt@gmx.net>

    Fix comments in header of bash-completion.el:
     - Mention bash-completion-dynamic-complete-nocomint introduced in f639154
     - Remove unnecessary history from header. Now pointing to github.
---
 bash-completion.el | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/bash-completion.el b/bash-completion.el
index 61d81b3897..24fff16cc3 100644
--- a/bash-completion.el
+++ b/bash-completion.el
@@ -41,6 +41,10 @@
 ;; running in term mode.  Also, term mode is not available in
 ;; shell-command prompts.
 ;;
+;; Bash completion can also be run programatically, outside of a
+;; shell-mode command, by calling
+;; `bash-completion-dynamic-complete-nocomint'
+;;
 ;; INSTALLATION
 ;;
 ;; 1. copy bash-completion.el into a directory that's on Emacs load-path
@@ -115,24 +119,6 @@
 ;;
 ;; Full history is available on
 ;; https://github.com/szermatt/emacs-bash-completion
-;;
-;; 2015-03-20   Filipp Gunbin
-;;
-;; * Using Emacs 24.1's shell-dynamic-complete-functions
-;;
-;; 2009-11-25   Stephane Zermatten <szermatt@gmail.com>
-;;
-;; * bash-completion-require-process: set MAILCHECK to -1
-;; to disable mail check message.
-;;
-;; 2009-08-01   Stephane Zermatten <szermatt@gmail.com>
-;;
-;; * bash-completion-generate-line: add missing compgen
-;; option to complete commands (duh!).
-;;
-;; Current version:
-;; $Id$
-;;
 
 (require 'comint)
 



reply via email to

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