#------------------------------------------------------------ #revno: 112737 #committer: Pete Beardmore #branch nick: bzr #timestamp: Thu 2013-05-30 13:20:40 +0100 #message: # comint: don't strip anything by default on comint-input-ring-read === modified file 'lisp/comint.el' --- lisp/comint.el 2013-05-30 12:17:39 +0000 +++ lisp/comint.el 2013-05-30 12:20:40 +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