diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/fringe.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2915af65d15..e2964ddb1b5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-07-14 Leo Liu <sdl.web@gmail.com> + + * fringe.el: New bitmap exclamation-mark. + 2012-07-14 Jan Djärv <jan.h.d@swipnet.se> * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods diff --git a/lisp/fringe.el b/lisp/fringe.el index 0c7e7eb194c..329370b5fe5 100644 --- a/lisp/fringe.el +++ b/lisp/fringe.el @@ -43,7 +43,7 @@ ;; Define the built-in fringe bitmaps and setup default mappings (when (boundp 'fringe-bitmaps) - (let ((bitmaps '(question-mark + (let ((bitmaps '(question-mark exclamation-mark left-arrow right-arrow up-arrow down-arrow left-curly-arrow right-curly-arrow left-triangle right-triangle |