#------------------------------------------------------------ #revno: 112737 #committer: Pete Beardmore #branch nick: bzr #timestamp: Mon 2013-05-27 08:12:04 +0100 #message: # comint: don't strip anything by default on comint-input-ring-read === modified file 'lisp/comint.el' --- lisp/comint.el 2013-05-27 06:53:30 +0000 +++ lisp/comint.el 2013-05-27 07:12:04 +0000 @@ -318,7 +318,7 @@ (defvar comint-input-ring-separator "\n" "Separator between commands in the history file.") -(defvar comint-input-history-ignore "^#" +(defvar comint-input-history-ignore "" "Regexp for history entries that should be ignored when Comint initializes.") (defcustom comint-process-echoes nil